Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCKER_PORT does not seem to alter port of Vagrantfile #33

Closed
gregburek opened this issue Apr 18, 2014 · 1 comment
Closed

DOCKER_PORT does not seem to alter port of Vagrantfile #33

gregburek opened this issue Apr 18, 2014 · 1 comment

Comments

@gregburek
Copy link

The docker default port unfortunately conflicts with Crashplan on OSX, so I tried to set DOCKER_PORT in ~/.dvm/dvm.conf to something different, but it does not appear to have any effect.

lsof -n -i4TCP:4243 on OSX shows VBoxHeadl listening and inside of the boot2docker system, top shows /usr/local/bin/docker -d -D -g /var/lib/docker -H unix:// -H tcp://0.0.0.0:4243 This is after destroying the dvm system to make sure the new DOCKER_PORT was picked up.

Is there a way to do this via DOCKER_ARGS that I am missing?

@fnichol
Copy link
Owner

fnichol commented Apr 29, 2014

Thank you for reporting, looks like the format of the docker init.d script changed in 0.8.0 of boot2docker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants