www.LinuxHowtos.org





DOCKER

Section: Docker User Manuals (1)
Updated: Jun 2025
Index Return to Main Contents

 

NAME

docke-containe-start- Start one or more stopped containers

 

SYNOPSIS

docker container start [OPTIONS] CONTAINER [CONTAINER...]

 

DESCRIPTION

Start one or more containers.

 

OPTIONS

-a, -attach[=false]         Attach STDOUT/STDERR and forward signals

-checkpoint=""         Restore from this checkpoint

-checkpoin-dir=""         Use a custom checkpoint storage directory

-detac-keys=""         Override the key sequence for detaching a container

-i, -interactive[=false]         Attach container's STDIN

 

SEE ALSO

docke-container(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO