-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

docker container


> Manage Docker containers.

More information.


List currently running Docker containers:

docker container ls

Start one or more stopped containers:

docker container start {container1_name} {container2_name}

Kill one or more running containers:

docker container kill {container_name}

Stop one or more running containers:

docker container stop {container_name}

Pause all processes within one or more containers:

docker container pause {container_name}

Display detailed information on one or more containers:

docker container inspect {container_name}

Export a container's filesystem as a tar archive:

docker container export {container_name}

Create a new image from a container's changes:

docker container commit {container_name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 00:32:25 2024