github.com/ph/moby@v1.13.1/integration-cli/fixtures/deploy/default.yaml (about) 1 2 version: "3" 3 services: 4 web: 5 image: busybox@sha256:e4f93f6ed15a0cdd342f5aae387886fba0ab98af0a102da6276eaf24d6e6ade0 6 command: top 7 db: 8 image: busybox@sha256:e4f93f6ed15a0cdd342f5aae387886fba0ab98af0a102da6276eaf24d6e6ade0 9 command: "tail -f /dev/null"