docker-compose.yaml 165 B

123456789
  1. services:
  2. simple:
  3. image: alpine:3.13.12
  4. pull_policy: missing
  5. command: top
  6. latest:
  7. image: alpine:latest
  8. pull_policy: missing
  9. command: top