Installing Docker on CentOS 7 following the official documentation, i.e. by just typing:<br />
yum install docker<br />
is not enough in order to have a fully functional Docker system: the mount of files from the local file system into a container is not working. If you try to mount a file then that file is visible but unusable from within the container.
↧