We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1189bf commit 76471c6Copy full SHA for 76471c6
docker/types/services.py
@@ -82,7 +82,7 @@ class ContainerSpec(dict):
82
args (:py:class:`list`): Arguments to the command.
83
hostname (string): The hostname to set on the container.
84
env (dict): Environment variables.
85
- dir (string): The working directory for commands to run in.
+ workdir (string): The working directory for commands to run in.
86
user (string): The user inside the container.
87
labels (dict): A map of labels to associate with the service.
88
mounts (:py:class:`list`): A list of specifications for mounts to be
0 commit comments