docker start
Start one or more stopped containers.
- Show help:
docker start
- Start a docker container:
docker start {container}
- Start a container, attaching stdout and stderr and forwarding signals:
docker start --attach {container}
- Start one or more space-separated containers:
docker start {container(s)}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).