docker-compose.yml 88 B

123
  1. simple:
  2. image: busybox:latest
  3. command: sh -c "echo a && echo b && echo c && echo d"