Fix syntax highlighting for ucp/configuration

This commit is contained in:
Joao Fernandes 2016-10-25 11:40:11 -07:00 committed by GitHub
parent 7fd5e20337
commit 17e27988cb
1 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ certificate used internally by UCP:
This command prints a certificate block like this:
```markdown
```none
-----BEGIN CERTIFICATE-----
MIIFJDCCAwygAwIBAgIIDAApo7wvQCIwDQYJKoZIhvcNAQENBQAwHjEcMBoGA1UE
AxMTVUNQIENsdXN0ZXIgUm9vdCBDQTAeFw0xNjA2MDEyMTMzMDBaFw0yMTA1MzEy
@ -183,7 +183,7 @@ commands in the UCP cluster.
When successfully pushing the image you should see a result like:
```markdown
```none
The push refers to a repository [dtr/username/hello-world]
5f70bf18a086: Pushed
33e7801ac047: Pushed
@ -201,7 +201,7 @@ images from a UCP node to a private DTR repository.
When UCP can't communicate with DTR, you'll get:
```markdown
```none
$ docker push dtr/username/hello-world:1
The push refers to a repository [dtr/username/hello-world]
@ -216,7 +216,7 @@ with DTR.
When one of the components is misconfigured, and doesn't trust the root CA
certificate of the other components, you'll get an error like:
```markdown
```none
$ docker push dtr/username/hello-world:1
The push refers to a repository [dtr/username/hello-world]