Skip to main content
  1. Tags/

rancher-nfs

2017


Persistent storage in Docker containers using Rancher-NFS

·3 mins
Number one challenge when you are using Docker in production environments is storage. On you local development machine it is possible to mount a local directory path into your docker container, but in production environments, this isn’t an option because you don’t know if the path exists and if the docker container is always running on the same node. A solution is NFS, and when using Rancher, Rancher-NFS.