Last active
August 29, 2015 14:06
-
-
Save hourback/588c0e7aab73ad23f2dd to your computer and use it in GitHub Desktop.
This is what I'm using on boot2docker to share a data volume container via Samba
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm -v /usr/local/bin/docker:/docker -v /var/run/docker.sock:/docker.sock svendowideit/samba my-data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment