Tools, FAQ, Tutorials:
"docker container ..." - Manage Containers
How to manage containers with "docker container ..." commands?
✍: FYIcenter.com
A Docker container is a deployed instance of an application that runs
on the Docker Engine in an encapsulated environment.
You can use "docker container" commands to manage Docker containers.
Here is a list of sub-commands supported by the "docker container" command:
fyicenter$ docker container --help
Usage: docker container COMMAND
Manage containers
Commands:
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 Run 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 Run a command in a new container
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
Run 'docker container COMMAND --help' for more information on a command.
⇒ "docker container list" - List Container Command
⇐ "docker container ..." Commands
2019-06-02, ∼1316🔥, 0💬
Popular Posts:
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...
Can Multiple Paragraphs Be Included in a List Item? Yes. You can include multiple paragraphs in a si...
How To Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...
How To Protect Special Characters in Query String in PHP? If you want to include special characters ...
How to Install Docker Desktop 2.5.0 on Windows 10? You can follow this tutorial to Install Docker De...