Docker Basics Part3
Basic Docker run and container naming
See the below commands. The 1st one will run nginx(if it is not available in the local it will pull it from docker hub and then will start running). In the 2nd command the docker will run in detached mode. It was...
asitmohanty.hashnode.dev12 min read