Skip to content

Commit

Permalink
Fix broken codeb lock style
Browse files Browse the repository at this point in the history
Signed-off-by: Takao Shibata <chise.alter.pasta@gmail.com>
  • Loading branch information
shibataka000 committed Aug 16, 2020
1 parent 9cfa709 commit 135a36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/root/start/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ by using a volume.
By default the Docker image will run as the ``envoy`` user created at build time.

The ``uid`` and ``gid`` of this user can be set at runtime using the ``ENVOY_UID`` and ``ENVOY_GID``
environment variables. This can be done, for example, on the Docker command line:
environment variables. This can be done, for example, on the Docker command line::

$ docker run -d --name envoy -e ENVOY_UID=777 -e ENVOY_GID=777 -p 9901:9901 -p 10000:10000 envoy:v1

Expand Down

0 comments on commit 135a36b

Please sign in to comment.