Quick Actions
docker start
Description
Start one or more stopped containers.
Command
docker start
Examples
Start container by name
docker start my-container
Start container by ID
docker start abc123def456
Command Info
Category:
Container Management
Type:
Docker
Views:
12
Status:
Active
Tags
container
start
resume