Skip to content

Instantly share code, notes, and snippets.

@marcelbirkner
Created October 4, 2015 09:53
Show Gist options
  • Select an option

  • Save marcelbirkner/c43cc79daf904aa53272 to your computer and use it in GitHub Desktop.

Select an option

Save marcelbirkner/c43cc79daf904aa53272 to your computer and use it in GitHub Desktop.

Revisions

  1. marcelbirkner created this gist Oct 4, 2015.
    9 changes: 9 additions & 0 deletions docker-machine-env-default.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    ~$ docker-machine env default
    export DOCKER_TLS_VERIFY="1"
    export DOCKER_HOST="tcp://192.168.99.100:2376"
    export DOCKER_CERT_PATH="/Users/marcelbirkner/.docker/machine/machines/default"
    export DOCKER_MACHINE_NAME="default"
    # Run this command to configure your shell:
    # eval "$(docker-machine env default)"

    ~$ eval "$(docker-machine env default)"