mirror of https://github.com/docker/docs.git
Updating doc with better formatting
Formatting issues with commands
This commit is contained in:
parent
e0ab68e794
commit
667d70e226
|
@ -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`
|
||||
|
||||
$ docker cluster ls
|
||||
ID NAME PROVIDER ENDPOINT STATE
|
||||
e58dd2a77567 quickstart azurerm https://ucp-e58dd2a77567-y4pl.centralus.cloudapp.azure.com running
|
||||
$ docker cluster ls
|
||||
ID NAME PROVIDER ENDPOINT STATE
|
||||
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`
|
||||
|
||||
|
@ -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`
|
||||
|
||||
$ docker version
|
||||
Client: Docker Engine - Enterprise
|
||||
$ docker version
|
||||
Client: Docker Engine - Enterprise
|
||||
Version: 19.03.1
|
||||
API version: 1.40
|
||||
Go version: go1.12.5
|
||||
|
@ -233,7 +233,7 @@ Client: Docker Engine - Enterprise
|
|||
OS/Arch: darwin/amd64
|
||||
Experimental: false
|
||||
|
||||
Server: Docker Enterprise 3.0
|
||||
Server: Docker Enterprise 3.0
|
||||
Engine:
|
||||
Version: 19.03.1
|
||||
API version: 1.40 (minimum version 1.12)
|
||||
|
|
Loading…
Reference in New Issue