docker-osx
docker-osx copied to clipboard
Fast and easy installation of Docker on OS X
I get weird file corruption when mounting `/var/www` into this container. It seems to be specific to nginx in combination with docker-osx (not sure if the same happens with other...
I used homebrew to install gnu-tar in the past because of a problem with OS X's built-in tar. This causes docker-osx installation to fail. The output of `docker-osx shell` is:...
Hi @bfirsh with docker 1.3 out should we replace the whole project by a link to boo2tdocker?
Fixed issue #60.
Hi! I was able to replace the Ubuntu VM with boot2docker (related to #17). This was possible due to two things... - A recently added _workaround_ to allow [shared folders](https://github.com/boot2docker/boot2docker/pull/284)....
Hi there, This is with a fresh install of vagrant and virtual box and using the default docker-osx settings and environment variables. Any assistance as to where I'm going wrong...
I had a fun time trying to set a friend up with docker-osx yesterday: their `/usr/local/bin` directory was owned by root, so we ran `sudo curl ...` and `sudo docker-osx...
I have a situation where calling `docker run -v $(pwd):/app pserve development.ini` is really slow, due to the fact that vagrant has to sync a rather large directory at `pwd`....