Skip to content

Commit d85e607

Browse files
committed
Fix #295: allow passing credentials into run() call to pulling absent image from a private registry
1 parent 2ad735b commit d85e607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiodocker/containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ async def run(
6060
self,
6161
config,
6262
*,
63-
name: Optional[str] = None,
6463
auth: Optional[Union[Mapping, str, bytes]] = None,
64+
name: Optional[str] = None,
6565
):
6666
"""
6767
Create and start a container.

0 commit comments

Comments
 (0)