Sign in with your admin email. We'll send you a 6-digit code.
If is an admin address, a code is on its way. It expires in 10 minutes.
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...