Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Replace public IPs with reserved ones
Browse files Browse the repository at this point in the history
Signed-off-by: Robbert Klarenbeek <robbertkl@renbeek.nl>
  • Loading branch information
robbertkl committed Jan 20, 2016
1 parent 62bcc30 commit cda5d00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To see how to connect Docker to this machine, run: docker-machine env staging
$ docker-machine ls
NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
default - virtualbox Running tcp://192.168.99.188:2376 v1.9.1
staging - digitalocean Running tcp://45.55.21.28:2376 v1.9.1
staging - digitalocean Running tcp://203.0.113.81:2376 v1.9.1
```

## Installation and documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ From this point, the remote host behaves much like the local host we created in
$ docker-machine ls
NAME ACTIVE DRIVER STATE URL
dev - virtualbox Running tcp://192.168.99.103:2376
staging * digitalocean Running tcp://104.236.50.118:2376
staging * digitalocean Running tcp://203.0.113.81:2376

To remove a host and all of its containers and images, use `docker-machine rm`:

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/active.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ See which machine is "active" (a machine is considered active if the
$ docker-machine ls
NAME ACTIVE DRIVER STATE URL
dev - virtualbox Running tcp://192.168.99.103:2376
staging * digitalocean Running tcp://104.236.50.118:2376
staging * digitalocean Running tcp://203.0.113.81:2376
$ echo $DOCKER_HOST
tcp://104.236.50.118:2376
tcp://203.0.113.81:2376
$ docker-machine active
staging

0 comments on commit cda5d00

Please sign in to comment.