Docker Cheat Sheet/Start a stopped container

Start one or more stopped containers.

Section: Containers

Start a stopped container

bash
bash
docker start web
Explanation

Use `-a` to attach immediately after start.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Containers
Run a container
Create and start a new container.
OpenIn sheetbashsame section
Run detached
Run a container in the background.
OpenIn sheetbashsame section
Run interactively
Run an interactive shell inside a new container.
OpenIn sheetbashsame section
Publish a port
Publish a container port to the host.
OpenIn sheetbashsame section
Set environment variables
Pass environment variables into the container.
OpenIn sheetbashsame section
Load env file
Load environment variables from a file.
OpenIn sheetbashsame section