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
110
cluster/azure.md
110
cluster/azure.md
|
@ -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,59 +223,59 @@ 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
|
||||||
Git commit: f660560
|
Git commit: f660560
|
||||||
Built: Thu Jul 25 20:56:44 2019
|
Built: Thu Jul 25 20:56:44 2019
|
||||||
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)
|
||||||
Go version: go1.12.5
|
Go version: go1.12.5
|
||||||
Git commit: f660560
|
Git commit: f660560
|
||||||
Built: Thu Jul 25 20:57:45 2019
|
Built: Thu Jul 25 20:57:45 2019
|
||||||
OS/Arch: linux/amd64
|
OS/Arch: linux/amd64
|
||||||
Experimental: false
|
Experimental: false
|
||||||
containerd:
|
containerd:
|
||||||
Version: 1.2.6
|
Version: 1.2.6
|
||||||
GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
|
GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
|
||||||
runc:
|
runc:
|
||||||
Version: 1.0.0-rc8
|
Version: 1.0.0-rc8
|
||||||
GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f
|
GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f
|
||||||
docker-init:
|
docker-init:
|
||||||
Version: 0.18.0
|
Version: 0.18.0
|
||||||
GitCommit: fec3683
|
GitCommit: fec3683
|
||||||
Universal Control Plane:
|
Universal Control Plane:
|
||||||
Version: 3.2.0
|
Version: 3.2.0
|
||||||
ApiVersion: 1.40
|
ApiVersion: 1.40
|
||||||
Arch: amd64
|
Arch: amd64
|
||||||
BuildTime: Wed Jul 17 23:27:40 UTC 2019
|
BuildTime: Wed Jul 17 23:27:40 UTC 2019
|
||||||
GitCommit: 586d782
|
GitCommit: 586d782
|
||||||
GoVersion: go1.12.7
|
GoVersion: go1.12.7
|
||||||
MinApiVersion: 1.20
|
MinApiVersion: 1.20
|
||||||
Os: linux
|
Os: linux
|
||||||
Kubernetes:
|
Kubernetes:
|
||||||
Version: 1.14+
|
Version: 1.14+
|
||||||
buildDate: 2019-06-06T16:18:13Z
|
buildDate: 2019-06-06T16:18:13Z
|
||||||
compiler: gc
|
compiler: gc
|
||||||
gitCommit: 7cfcb52617bf94c36953159ee9a2bf14c7fcc7ba
|
gitCommit: 7cfcb52617bf94c36953159ee9a2bf14c7fcc7ba
|
||||||
gitTreeState: clean
|
gitTreeState: clean
|
||||||
gitVersion: v1.14.3-docker-2
|
gitVersion: v1.14.3-docker-2
|
||||||
goVersion: go1.12.5
|
goVersion: go1.12.5
|
||||||
major: 1
|
major: 1
|
||||||
minor: 14+
|
minor: 14+
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
Calico:
|
Calico:
|
||||||
Version: v3.5.7
|
Version: v3.5.7
|
||||||
cni: v3.5.7
|
cni: v3.5.7
|
||||||
kube-controllers: v3.5.7
|
kube-controllers: v3.5.7
|
||||||
node: v3.5.7
|
node: v3.5.7
|
||||||
|
|
||||||
$ docker context use default
|
$ docker context use default
|
||||||
default
|
default
|
||||||
|
|
Loading…
Reference in New Issue