kopia lustrzana https://github.com/jupyterhub/repo2docker
Actually tell docker to bind ports
rodzic
25a57feaf7
commit
8edc1ce0e0
|
@ -266,7 +266,7 @@ class Repo2Docker(Application):
|
||||||
ports = {}
|
ports = {}
|
||||||
container = client.containers.run(
|
container = client.containers.run(
|
||||||
self.output_image_spec,
|
self.output_image_spec,
|
||||||
ports={},
|
ports=ports,
|
||||||
detach=True,
|
detach=True,
|
||||||
command=run_cmd
|
command=run_cmd
|
||||||
)
|
)
|
||||||
|
|
Ładowanie…
Reference in New Issue