Run a new container from an image.
docker run
Download an image from a Docker registry.
docker pull
Build an image from a Dockerfile.
docker build
List running containers.
docker ps
Run commands inside a running container.
docker exec
View logs from a running container.
docker logs
Stop a running container.
docker stop
Remove a stopped container.
docker rm
Remove an image from the local system.
docker rmi
Start services defined in a docker-compose.yml file.
docker-compose up
Stop and remove containers, networks, and volumes.
docker-compose down
Create a custom network for containers.
docker network create
Welcome to our comprehensive collection of programming language cheatsheets! Whether you're a seasoned developer or a beginner, these quick reference guides provide essential tips and key information for all major languages. They focus on core concepts, commands, and functions—designed to enhance your efficiency and productivity.
ManageEngine Site24x7, a leading IT monitoring and observability platform, is committed to equipping developers and IT professionals with the tools and insights needed to excel in their fields.
Monitor your IT infrastructure effortlessly with Site24x7 and get comprehensive insights and ensure smooth operations with 24/7 monitoring.
Sign up now!