mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: eefccc25c5cda96947978c503d5764aa48aacd7d Component: engine
10 lines
269 B
YAML
10 lines
269 B
YAML
|
|
version: "3"
|
|
services:
|
|
web:
|
|
image: busybox@sha256:e4f93f6ed15a0cdd342f5aae387886fba0ab98af0a102da6276eaf24d6e6ade0
|
|
command: top
|
|
db:
|
|
image: busybox@sha256:e4f93f6ed15a0cdd342f5aae387886fba0ab98af0a102da6276eaf24d6e6ade0
|
|
command: "tail -f /dev/null"
|