docker-compose.yml 89 B

1234567
  1. service:
  2. image: busybox:latest
  3. command: top
  4. labels:
  5. foo: bar
  6. hello: world