#docker-cheat-sheet
Read more stories on Hashnode
Articles with this tag
Docker commands: To build an image from a Dockerfile. - docker build -t <image_name> . Runs a command in a new container. - docker...