Skip to content

Commit

Permalink
Merge pull request docker#380 from mattes/patch-1
Browse files Browse the repository at this point in the history
docker docker "typo" fixed in README
  • Loading branch information
Sven Dowideit authored and Sven Dowideit committed Jun 6, 2014
2 parents 96c4200 + 52ba5bb commit 2ffd48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ e.g:
# Make a volume container
$ docker run -v /data --name my-data busybox true
# Share it using Samba (Windows file sharing)
$ docker docker run --rm -v /usr/local/bin/docker:/docker -v /var/run/docker.sock:/docker.sock svendowideit/samba my-data
$ docker run --rm -v /usr/local/bin/docker:/docker -v /var/run/docker.sock:/docker.sock svendowideit/samba my-data
# then find out the IP address of your Boot2Docker host
$ boot2docker ip
192.168.59.103
Expand Down

0 comments on commit 2ffd48e

Please sign in to comment.