#90DaysOfDevOps Challenge-Day 16 Tasks
Today's task is all about running commands involved in simple operations that can be used to manage images and containers.
docker run: command is used to start a new container from a docker image. The docker run hello-world command will start a new c...
ronke.hashnode.dev1 min read