docker-start(1) - Start one or more stopped containers



  • Docker documentation for docker start: https://docs.docker.com/engine/reference/commandline/start/

    DOCKER(1)							     DOCKER(1)
    
    NAME
           docker-start - Start one or more stopped containers
    
    SYNOPSIS
           docker start [OPTIONS] CONTAINER [CONTAINER...]
    
    DESCRIPTION
           Alias for docker container start.
    
    OPTIONS
           -a, --attach[=false]
    	   Attach STDOUT/STDERR and forward signals
    
           --checkpoint=""
    	   Restore from this checkpoint
    
           --checkpoint-dir=""
    	   Use a custom checkpoint storage directory
    
           --detach-keys=""
    	   Override the key sequence for detaching a container
    
           -i, --interactive[=false]
    	   Attach container's STDIN
    
    SEE ALSO
           docker(1)
    
    Docker Community		   Sep 2017			     DOCKER(1)
    

Log in to reply
 

© Lightnetics 2024