Docker all commands
List of Important Docker commands :
1. ๐โโ๏ธ `docker run` - Run a container from an image.
2. ๐ `docker pull` - Pull an image from a registry.
3. ๐ข `docker push` - Push an image to a registry.
4. ๐๏ธ `docker build` - Build an image from a Dockerfil...
yes-we-can-devops.hashnode.dev3 min read