Docker Volume
A Docker volume is a persistent storage mechanism in Docker that allows data to be stored and shared between containers or retained even after a container is removed. Volumes are a key part of Docker's containerization because containers are typically ephemeral, meaning their file systems are temporary and do not persist beyond the container's lifecycle.
Docker volumes commands
#docker
#volumes
docker volume ls
docker volume create volume name
docker volume inspect volume name
docker volume rm volume name
GITHUB LINK : https://github.com/bharathikalai/Dock...
INSTAGRAM : / bk_bharathi_kalai
LINKDIN : / bharathi-thasan-73ba5a245