I have a VirtualBox Guest OS running Ubuntu Server 17.04 which has docker-ce installed. I have some shared folders that are mounted inside the Guest OS but when I pass them to the docker container with a --volume command I can't see any content inside them. Am I doing something wrong here?
sudo docker create --name=plex -v /home/kunal/media/:/media plexinc/pms-docker