Day 19 Task: Docker volumes
What is docker volumes ?
Docker volumes is nothing but if the container is killed the data of the container will also be killed to overcome this we will use docker volumes.
Docker volumes are used to persist data generated and used by Docker containe...
manasaj.hashnode.dev4 min read