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

Support docker machine #6

Closed
wants to merge 2 commits into from
Closed

Support docker machine #6

wants to merge 2 commits into from

Commits on Oct 26, 2015

  1. Switch from boot2docker to docker-machine

    The logic of the initialisation is fairly complex but is documented in
    `?docker_machine_init`.  This works with the situation of >1 machine, but
    falls back on the same behaviour as the previous `$(boot2docker shellinit)`
    in the case of a single machine.
    
    Because the docker-machine commands can be fairly slow, I've shifted them
    to be conditional during .onLoad, based on the `harbor.autoconnect`
    option (which can be set to `TRUE` or a machine name).
    richfitz committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    b9217d6 View commit details
    Browse the repository at this point in the history
  2. Support for fetching IP of docker host

    This is useful for containers that expose ports, so that the
    correct IP can be given.
    richfitz committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    1bcdb0b View commit details
    Browse the repository at this point in the history