mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-18 20:57:02 +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
|