Joined February 2012
·
Posted to
Running docker as a client on Mac OS X
over 1 year
ago
Btw, if you want to make all the ports that docker usually assigns to the containers available on your local machine, you can pass an environment variable to Vagrant:
$ FORWARD_DOCKER_PORTS=1 vagrant reload
Achievements
929 Karma
54,320 Total ProTip Views
Raven
Have at least one original repo where some form of shell script is the dominant language
Beaver 3
Have at least three original repo where go is the dominant language
Beaver
Have at least one original repo where go is the dominant language
T-Rex
Have at least one original repo where C is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Desert Locust
Have at least one original repo where Erlang is the dominant language
@srenatus: That is not a longterm solution, as the update process will overwrite your changes at some point.
Afaik the intended solution is create a new docker-service-config with the needed changes and disable the default docker service.