docker-compose.yml 95 B

123
  1. simple:
  2. image: busybox:1.31.0-uclibc
  3. command: sh -c "echo w && echo x && echo y && echo z"