Skip to content

Commit

Permalink
Fix a markdown rendering issue
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mathieui authored Feb 14, 2017
1 parent 58ad6a7 commit 3e713f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/reference/commandline/service_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ $ docker service create \
### Create a docker service with specific hostname (--hostname)

This option sets the docker service containers hostname to a specific string. For example:

```bash
$ docker service create \
--name redis \
Expand Down

0 comments on commit 3e713f6

Please sign in to comment.