mirror of https://github.com/docker/docs.git
Fixes to formatting
This commit is contained in:
parent
739984965c
commit
6b6c6e0069
|
@ -87,6 +87,7 @@ To create a Docker EE for IBM Cloud cluster from the CLI:
|
|||
> First, the manager node is deployed. Then, the additional infrastructure resources are deployed, including the worker nodes, DTR nodes, load balancers, subnet, and NFS volume.
|
||||
|
||||
* **Provisioning Stage 1**: Check the status of the manager node:
|
||||
|
||||
{% raw %}
|
||||
```bash
|
||||
$ docker logs cluster-name_ID
|
||||
|
@ -110,6 +111,7 @@ To create a Docker EE for IBM Cloud cluster from the CLI:
|
|||
{% endraw %}
|
||||
|
||||
* **Provisioning Stage 2**: Check the status of the cluster infrastructure:
|
||||
|
||||
{% raw %}
|
||||
```bash
|
||||
$ bx d4ic show --swarm-name cluster-name --sl-user user.name.1234567 --sl-api-key api_key
|
||||
|
|
Loading…
Reference in New Issue