mirror of https://github.com/docker/docs.git
Merge pull request #9367 from david-yu/patch-15
Updating doc with better formatting
This commit is contained in:
commit
5cedf637bf
|
|
@ -140,9 +140,9 @@ to print. You can login to the URL and begin interacting with the cluster.
|
||||||
|
|
||||||
To see an inventory of the current clusters you've created, run `docker cluster ls`
|
To see an inventory of the current clusters you've created, run `docker cluster ls`
|
||||||
|
|
||||||
$ docker cluster ls
|
$ docker cluster ls
|
||||||
ID NAME PROVIDER ENDPOINT STATE
|
ID NAME PROVIDER ENDPOINT STATE
|
||||||
e58dd2a77567 quickstart azurerm https://ucp-e58dd2a77567-y4pl.centralus.cloudapp.azure.com running
|
e58dd2a77567 quickstart azurerm https://ucp-e58dd2a77567-y4pl.centralus.cloudapp.azure.com running
|
||||||
|
|
||||||
To see detailed information about an individual cluster, run `docker cluster inspect quickstart`
|
To see detailed information about an individual cluster, run `docker cluster inspect quickstart`
|
||||||
|
|
||||||
|
|
@ -223,8 +223,8 @@ Docker cluster creates a context on your local machine. To use this context, an
|
||||||
|
|
||||||
To verify that the client is connected to the cluster, run `docker version`
|
To verify that the client is connected to the cluster, run `docker version`
|
||||||
|
|
||||||
$ docker version
|
$ docker version
|
||||||
Client: Docker Engine - Enterprise
|
Client: Docker Engine - Enterprise
|
||||||
Version: 19.03.1
|
Version: 19.03.1
|
||||||
API version: 1.40
|
API version: 1.40
|
||||||
Go version: go1.12.5
|
Go version: go1.12.5
|
||||||
|
|
@ -233,7 +233,7 @@ Client: Docker Engine - Enterprise
|
||||||
OS/Arch: darwin/amd64
|
OS/Arch: darwin/amd64
|
||||||
Experimental: false
|
Experimental: false
|
||||||
|
|
||||||
Server: Docker Enterprise 3.0
|
Server: Docker Enterprise 3.0
|
||||||
Engine:
|
Engine:
|
||||||
Version: 19.03.1
|
Version: 19.03.1
|
||||||
API version: 1.40 (minimum version 1.12)
|
API version: 1.40 (minimum version 1.12)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue