docker-compose.yml 192 B

12345678910
  1. version: "2.0"
  2. services:
  3. simple:
  4. image: busybox:1.31.0-uclibc
  5. command: top
  6. depends_on:
  7. - another
  8. another:
  9. image: busybox:1.31.0-uclibc
  10. command: ls /thecakeisalie