Mysql DB container on Docker
As this is a very basic project, we will pull MySQL image from Docker Hub.
docker pull mysql:latest
run docker images to see downloaded/existing docker images
docker images
Now, we need to run mysql latest image downloaded from the docker hub.
If...
rushikesh-rawool.hashnode.dev1 min read