docker-compose.yml 108 B

123456
  1. with_image:
  2. image: busybox:1.31.0-uclibc
  3. command: top
  4. with_build:
  5. build: ../build-ctx/
  6. command: top