| [ Web Proxy ] |
| Viewing: https://docs.docker.com/engine/reference/commandline/start | [Back] [Original] |
I'm Gordon, your AI assistant for Docker and documentation questions.
Try asking
Get started with Docker
Docker Hardened Images
MCP Toolkit
Create an org
remaining in this thread.
You've reached the maximum of questions per thread. For better answer quality, start a new thread.
Start a new thread| Description | Start one or more stopped containers |
|---|---|
| Usage | docker container start [OPTIONS] CONTAINER [CONTAINER...] |
| Aliases An alias is a short or memorable alternative for a longer command. | docker start |
Start one or more stopped containers
| Option | Default | Description |
|---|---|---|
-a, --attach | Attach STDOUT/STDERR and forward signals | |
--checkpoint | experimental (daemon) Restore from this checkpoint | |
--checkpoint-dir | experimental (daemon) Use a custom checkpoint storage directory | |
--detach-keys | Override the key sequence for detaching a container | |
-i, --interactive | Attach container's STDIN |
$ docker start my_container
| Web Proxy Viewer | New URL | Original Page |