dox/dox
Davanum Srinivas 51bd5fede5 Ability to specify mount path mapping from osx->vm->docker
The docker -v command takes the directory structure where the
docker itself is running. So when using with osx using boot2docker
or just a ubuntu with docker, we need to use say sshfs or virtual
box additions to first make the osx file system available on the
operating system where docker is running (vm in boot2docker). Then
we need to be able to specify how the osx directory maps to the
directory on the vm using the new --path-map parameter.

Change-Id: I8543c94accf5e809323f0f348e9729e32d942b80
2014-10-14 12:28:45 -04:00
..
config Fix py3 compatibility 2014-10-02 15:18:40 +02:00
tests Ability to specify mount path mapping from osx->vm->docker 2014-10-14 12:28:45 -04:00
__init__.py Initial pass at the basic logic 2014-07-22 16:27:33 -07:00
cmd.py Ability to specify mount path mapping from osx->vm->docker 2014-10-14 12:28:45 -04:00
commands.py Better support for multiple commands 2014-09-26 12:20:54 -04:00
images.py Add support for multiple images 2014-09-09 06:41:52 +00:00
runner.py Ability to specify mount path mapping from osx->vm->docker 2014-10-14 12:28:45 -04:00