fixup! [IMP] make modular port on host. default with 9069 and 9432 to avoid conflict on host that regularly expose 8069 and 5432
This commit is contained in:
parent
6b1ffa2a8c
commit
ce8b181fc7
|
|
@ -1,6 +1,7 @@
|
||||||
import click
|
import click
|
||||||
import docker
|
import docker
|
||||||
import dockerpty
|
|
||||||
|
# import dockerpty
|
||||||
|
|
||||||
|
|
||||||
@click.command()
|
@click.command()
|
||||||
|
|
@ -13,5 +14,5 @@ def test(ctx):
|
||||||
tty=True,
|
tty=True,
|
||||||
command="/bin/sh",
|
command="/bin/sh",
|
||||||
)
|
)
|
||||||
|
container = container
|
||||||
dockerpty.start(client, container)
|
# dockerpty.start(client, container)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user