mirror of
				https://github.com/docker/cli.git
				synced 2025-11-03 14:53:35 +03:00 
			
		
		
		
	Keep frontmatter for docker, dockerd and index markdown files. Also needs to move cli.md > docker.md before generation and then move it back because cli.md is needed for yaml generation on docs website: https://github.com/docker/cli/pull/3924#discussion_r1059986605 Signed-off-by: Kevin Alvarez <crazy-max@users.noreply.github.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
		
			
				
	
	
	
		
			3.2 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			3.2 KiB
		
	
	
	
	
	
	
	
container
Manage containers
Subcommands
| Name | Description | 
|---|---|
attach | 
Attach local standard input, output, and error streams to a running container | 
commit | 
Create a new image from a container's changes | 
cp | 
Copy files/folders between a container and the local filesystem | 
create | 
Create a new container | 
diff | 
Inspect changes to files or directories on a container's filesystem | 
exec | 
Execute a command in a running container | 
export | 
Export a container's filesystem as a tar archive | 
inspect | 
Display detailed information on one or more containers | 
kill | 
Kill one or more running containers | 
logs | 
Fetch the logs of a container | 
ls | 
List containers | 
pause | 
Pause all processes within one or more containers | 
port | 
List port mappings or a specific mapping for the container | 
prune | 
Remove all stopped containers | 
rename | 
Rename a container | 
restart | 
Restart one or more containers | 
rm | 
Remove one or more containers | 
run | 
Create and run a new container from an image | 
start | 
Start one or more stopped containers | 
stats | 
Display a live stream of container(s) resource usage statistics | 
stop | 
Stop one or more running containers | 
top | 
Display the running processes of a container | 
unpause | 
Unpause all processes within one or more containers | 
update | 
Update configuration of one or more containers | 
wait | 
Block until one or more containers stop, then print their exit codes | 
Description
Manage containers.