mirror of https://github.com/docker/docs.git
Update provision-with-machine.md
This commit is contained in:
parent
ca11ab6577
commit
336f9c1cdb
|
@ -55,7 +55,7 @@ host called `local`, do the following:
|
||||||
docker-machine create -d virtualbox local
|
docker-machine create -d virtualbox local
|
||||||
```
|
```
|
||||||
|
|
||||||
This examples uses VirtualBox but it could easily be DigitalOcean or a host on
|
This example uses VirtualBox but it could easily be DigitalOcean or a host on
|
||||||
your data center. The `local` value is the host name. Once you create it,
|
your data center. The `local` value is the host name. Once you create it,
|
||||||
configure your terminal's shell environment to interact with the `local` host.
|
configure your terminal's shell environment to interact with the `local` host.
|
||||||
|
|
||||||
|
@ -120,7 +120,7 @@ docker-machine create \
|
||||||
For example, you might use `node-01` as the `HOST_NODE_NAME` in the previous
|
For example, you might use `node-01` as the `HOST_NODE_NAME` in the previous
|
||||||
example.
|
example.
|
||||||
|
|
||||||
>**Note**: These command rely on Docker Swarm's hosted discovery service, Docker
|
>**Note**: These commands rely on Docker Swarm's hosted discovery service, Docker
|
||||||
Hub. If Docker Hub or your network is having issues, these commands may fail.
|
Hub. If Docker Hub or your network is having issues, these commands may fail.
|
||||||
Check the [Docker Hub status page](http://status.docker.com/) for service
|
Check the [Docker Hub status page](http://status.docker.com/) for service
|
||||||
availability. If the problem is Docker Hub, you can wait for it to recover or
|
availability. If the problem is Docker Hub, you can wait for it to recover or
|
||||||
|
|
Loading…
Reference in New Issue