Actually tell docker to bind ports

pull/42/head
yuvipanda 2017-07-29 20:14:36 -07:00
rodzic 25a57feaf7
commit 8edc1ce0e0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -266,7 +266,7 @@ class Repo2Docker(Application):
ports = {}
container = client.containers.run(
self.output_image_spec,
ports={},
ports=ports,
detach=True,
command=run_cmd
)