Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 528 Bytes

File metadata and controls

17 lines (10 loc) · 528 Bytes

start

Usage: docker start [OPTIONS] CONTAINER [CONTAINER...]

Start one or more stopped containers

  -a, --attach=false         Attach STDOUT/STDERR and forward signals
  --detach-keys              Override the key sequence for detaching a container
  -i, --interactive=false    Attach container's STDIN

Divergence

  • --detach-keys is unsupported.

Related