Skip to content

Commit

Permalink
Drop "in Docker" in some docker keys (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand authored and muuki88 committed Feb 8, 2017
1 parent 7f2c617 commit 56e2fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sphinx/formats/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ Environment Settings
``dockerExposedUdpPorts``
A list of UDP ports to expose from the Docker image.

``dockerExposedVolumes in Docker``
``dockerExposedVolumes``
A list of data volumes to make available in the Docker image.

``dockerEntrypoint in Docker``
``dockerEntrypoint``
Overrides the default entrypoint for docker-specific service discovery tasks before running the application.
Defaults to the bash executable script, available at ``bin/<script name>`` in the current ``WORKDIR`` of ``/opt/docker``.

Expand Down

0 comments on commit 56e2fc6

Please sign in to comment.