💾 Archived View for freeshell.de › tldr › docker.gmi captured on 2023-09-28 at 16:24:08. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Manage Docker containers and images.
Some subcommands such as `docker run` have their own usage documentation.
docker ps --all
docker run --name {container_name} {image}
docker {start|stop} {container_name}
docker pull {image}
docker images
docker exec -it {container_name} {sh}
docker rm {container_name}
docker logs -f {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).