pull-with-build.yml 174 B

1234567891011
  1. version: "3"
  2. services:
  3. build_simple:
  4. image: simple
  5. build: .
  6. command: top
  7. from_simple:
  8. image: simple
  9. another:
  10. image: busybox:latest
  11. command: top