Category "volumes"

Kubernetes mountPropagation clarifications

I have a docker image A that contains a folder I need to share with another container B in the same K8s pod. At first I decided to use a shared volume (emptyDir

Mounting local volumes to remote docker container, Possible?

I'm pretty comfortable using Docker recently, typically to test websites to make sure they run properly on servers before I deploy them. Typically, I mount my l

Move docker bind-mount to volume

Actually, I run my containers like this, for example : docker run -v /nexus-data:/nexus-data sonatype/nexus3 ^ After reading the documentation,