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).
=> CC-BY This content has been proxied by September (3851b).Proxy Information
text/gemini;lang=en-GB