mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-16 12:06:29 +00:00
6 lines
120 B
YAML
6 lines
120 B
YAML
version: '3'
|
|
services:
|
|
busybox:
|
|
image: "{{ docker_test_image_busybox }}:latest"
|
|
command: sleep 3600
|