1 2 3 4 5 6 7 8
version: '3.8' services: busybox: image: busybox # command: tail -f /dev/null command: echo "Hello World"