Quick Actions
docker stop
Description
Stop one or more running containers.
Command
docker stop
Examples
Stop container by name
docker stop my-container
Stop container by ID
docker stop abc123def456
Command Info
Category:
Container Management
Type:
Docker
Views:
12
Status:
Active
Tags
container
stop
shutdown