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 e32c7b0 commit 5778ed0Copy full SHA for 5778ed0
repo2docker/docker.py
@@ -61,10 +61,7 @@ def build(
61
dockerfile="",
62
fileobj=None,
63
path="",
64
- # fmt: off
65
- # black adds a trailing , but this is invalid in Python 3.5
66
**kwargs
67
- # fmt: on
68
):
69
return self._apiclient.build(
70
buildargs=buildargs,
@@ -102,10 +99,7 @@ def run(
102
99
publish_all_ports=False,
103
100
remove=False,
104
101
volumes=None,
105
106
107
108
109
110
client = docker.from_env(version="auto")
111
container = client.containers.run(
0 commit comments