Skip to content

Commit

Permalink
Add privileged to README
Browse files Browse the repository at this point in the history
  • Loading branch information
judahrand committed Jul 7, 2022
1 parent b802fa9 commit 7eb2e7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ The ``[docker:container-name]`` section may contain the following directives:
This value is passed directly to Docker, and may be of any of the forms
that Docker accepts in eg ``docker run``.

``privileged``
A boolean (``true || false``) to set `runtime privilege
<https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities>`__.
This value is coerced to a boolean based of the same rules as
Python's default `ConfigParser
<https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.getboolean>`__.

``environment``
A multi-line list of ``KEY=value`` settings which is used to set
environment variables for the container. The variables are only available
Expand Down

0 comments on commit 7eb2e7e

Please sign in to comment.