Kaydet (Commit) 76471c65 authored tarafından Alex Lloyd's avatar Alex Lloyd Kaydeden (comit) Joffrey F

Fixed typo in ContainerSpec Docs

Signed-off-by: 's avatarAlexander Lloyd <axl639@student.bham.ac.uk>
üst f1189bfb
......@@ -82,7 +82,7 @@ class ContainerSpec(dict):
args (:py:class:`list`): Arguments to the command.
hostname (string): The hostname to set on the container.
env (dict): Environment variables.
dir (string): The working directory for commands to run in.
workdir (string): The working directory for commands to run in.
user (string): The user inside the container.
labels (dict): A map of labels to associate with the service.
mounts (:py:class:`list`): A list of specifications for mounts to be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment