Skip to content

Commit

Permalink
Merge pull request #262 from mhaid/patch-1
Browse files Browse the repository at this point in the history
Improving documentation for --url parameter
  • Loading branch information
yarikoptic authored Feb 7, 2024
2 parents c204331 + 0b37409 commit d5f01ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datalad_container/containers_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ class ContainersAdd(Interface):
the rest of the URL will be interpreted as the argument to
'docker pull', the image will be saved to a location
specified by `name`, and the call format will be auto-configured
to run docker, unless overwritten.""",
to run docker, unless overwritten. The auto-configured call to docker
run mounts the CWD to '/tmp' and sets the working directory to '/tmp'.""",
metavar="URL",
constraints=EnsureStr() | EnsureNone(),
),
Expand Down

0 comments on commit d5f01ae

Please sign in to comment.