TOOL » VIRTUAL_ENVIRONMENT » DOCKER

Start

Usage

shell
docker start OPTIONS CONTAINER
OptionDescription
-a --attachAttach STDOUT/STDERR and forward signals.
-i --interactiveAttach container's STDIN.

Example

Reattach to a container that was running a shell.

shell
docker start -ai container