Browsing Tag
volumes
2 posts
Keep Calm and Use Docker Volumes
Docker volumes provide a way to store and share data generated by and used within containers. Unlike a…
Kubernetes Volumes
Volumes Volumes are needed to store data within a container or share data among other containers. All volumes…