mirror of https://github.com/docker/docs.git
Merge pull request #177 from nathanleclaire/readme_console
Add console highlighting to README
This commit is contained in:
commit
e793b1cef0
|
@ -4,6 +4,7 @@ Machine makes it really easy to create Docker hosts on local hypervisors and clo
|
|||
|
||||
It works a bit like this:
|
||||
|
||||
```console
|
||||
$ machine create -d virtualbox dev
|
||||
[info] Downloading boot2docker...
|
||||
[info] Creating SSH key...
|
||||
|
@ -37,6 +38,7 @@ It works a bit like this:
|
|||
NAME ACTIVE DRIVER STATE URL
|
||||
dev virtualbox Running tcp://192.168.99.108:2376
|
||||
staging * digitalocean Running tcp://104.236.37.134:2376
|
||||
```
|
||||
|
||||
Machine creates Docker hosts that are secure by default. The connection between the client and daemon is encrypted and authenticated using new identity-based authentication. If you'd like to learn more about this, it is being worked on in [a pull request on Docker](https://github.com/docker/docker/pull/8265).
|
||||
|
||||
|
|
Loading…
Reference in New Issue