Skip to content

Commit 76471c6

Browse files
Alex Lloydshin-
authored andcommitted
Fixed typo in ContainerSpec Docs
Signed-off-by: Alexander Lloyd <[email protected]>
1 parent f1189bf commit 76471c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/types/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class ContainerSpec(dict):
8282
args (:py:class:`list`): Arguments to the command.
8383
hostname (string): The hostname to set on the container.
8484
env (dict): Environment variables.
85-
dir (string): The working directory for commands to run in.
85+
workdir (string): The working directory for commands to run in.
8686
user (string): The user inside the container.
8787
labels (dict): A map of labels to associate with the service.
8888
mounts (:py:class:`list`): A list of specifications for mounts to be

0 commit comments

Comments
 (0)