Docker Cheat Sheet :
Here is a Docker cheat sheet with some commonly used commands:
docker build: Build an image from a Dockerfile
docker run: Run a container from an image
docker ps: List running containers
docker stop: Stop a running container
docker rm: Remove a ...
sumitramchandra.hashnode.dev2 min read