Temporary fix for broken HTML in YAML files (#5756)

This commit is contained in:
Misty Stanley-Jones 2018-01-16 14:07:40 -08:00 committed by GitHub
parent f054ed12dd
commit bd48fce373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -871,7 +871,7 @@ examples: "### Create a service\n\n```bash\n$ docker service create --name redis
of using the long format\nfor the same service as above:\n\n```bash\n$ docker service
create --name my_web --replicas 3 --publish published=8080,target=80 nginx\n```\n\nThe
options you can specify are:\n\n<table>\n<thead>\n<tr>\n <th>Option</th>\n <th>Short
syntax</th>\n <th>Long syntax</th>\n <th>Description</th>\n</tr>\n<tr>\n <td>published
syntax</th>\n <th>Long syntax</th>\n <th>Description</th>\n</tr></thead>\n<tr>\n <td>published
and target port </td>\n <td><tt></tt></td>\n <td><tt></tt></td>\n <td></td>\n</tr>\n<tr>\n
\ <td>protocol</td>\n <td><tt>--publish 8080:80</tt></td>\n <td><tt>--publish
published=8080,target=80</tt></td>\n <td><p>\n The port to publish the service

View File

@ -682,7 +682,7 @@ examples: "### Create a service\n\n```bash\n$ docker service create --name redis
of using the long format\nfor the same service as above:\n\n```bash\n$ docker service
create --name my_web --replicas 3 --publish published=8080,target=80 nginx\n```\n\nThe
options you can specify are:\n\n<table>\n<thead>\n<tr>\n <th>Option</th>\n <th>Short
syntax</th>\n <th>Long syntax</th>\n <th>Description</th>\n</tr>\n<tr>\n <td>published
syntax</th>\n <th>Long syntax</th>\n <th>Description</th>\n</tr>\n</thead><tr>\n <td>published
and target port </td>\n <td><tt></tt></td>\n <td><tt></tt></td>\n <td></td>\n</tr>\n<tr>\n
\ <td>protocol</td>\n <td><tt>--publish 8080:80</tt></td>\n <td><tt>--publish
published=8080,target=80</tt></td>\n <td><p>\n The port to publish the service