Fix a markdown rendering issue

The first snippet for “Create a docker service with specific hostname” is not properly rendered in the official docs: https://docs.docker.com/engine/reference/commandline/service_create/#/create-a-docker-service-with-specific-hostname---hostname
This commit is contained in:
mathieui 2017-02-14 18:24:54 +01:00 committed by GitHub
parent 58ad6a7119
commit 3e713f6359
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ $ docker service create \
### Create a docker service with specific hostname (--hostname) ### Create a docker service with specific hostname (--hostname)
This option sets the docker service containers hostname to a specific string. For example: This option sets the docker service containers hostname to a specific string. For example:
```bash ```bash
$ docker service create \ $ docker service create \
--name redis \ --name redis \