github.com/olljanat/moby@v1.13.1/docs/reference/commandline/start.md (about)

     1  ---
     2  title: "start"
     3  description: "The start command description and usage"
     4  keywords: "Start, container, stopped"
     5  ---
     6  
     7  <!-- This file is maintained within the docker/docker Github
     8       repository at https://github.com/docker/docker/. Make all
     9       pull requests against that repo. If you see this file in
    10       another repository, consider it read-only there, as it will
    11       periodically be overwritten by the definitive file. Pull
    12       requests which include edits to this file in other repositories
    13       will be rejected.
    14  -->
    15  
    16  # start
    17  
    18  ```markdown
    19  Usage:  docker start [OPTIONS] CONTAINER [CONTAINER...]
    20  
    21  Start one or more stopped containers
    22  
    23  Options:
    24    -a, --attach               Attach STDOUT/STDERR and forward signals
    25        --detach-keys string   Override the key sequence for detaching a container
    26        --help                 Print usage
    27    -i, --interactive          Attach container's STDIN
    28  ```