Back to Tools
Infra ยท Docker
Build a docker command, visually
Pick the operation, ports, volumes, and env. Read back the generated docker CLI command. Everything runs locally.
Runs locallyNo telemetry
Command Options
Generated Command
docker run -d-d: Run container in detached mode
-i: Keep STDIN open
-t: Allocate a pseudo-TTY
-p: Publish container port to host
-v: Bind mount a volume
-e: Set environment variable
-w: Working directory
