Day 19 Task: Docker for DevOps Engineers
Docker-Volume
-Docker volume is simply a directory inside our container.
-First, we have to declare this directory as a volume and then share the volume.
-Even if we stop the container, still we can access volume.
-The volume will be created in one ...
sangeeta7.hashnode.dev3 min read