Paste a full docker run … command. Example: docker run -d -p 8080:80 --name web nginx:latest
docker run …
docker run -d -p 8080:80 --name web nginx:latest
Paste a docker-compose YAML. Only bind mounts are supported (no named volumes); build, depends_on, healthcheck, env_file are ignored.
build
depends_on
healthcheck
env_file
Starting...