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:
Sylvain LE GAL 2022-05-03 22:43:10 +02:00
parent 6b1ffa2a8c
commit ce8b181fc7

View File

@ -1,6 +1,7 @@
import click
import docker
import dockerpty
# import dockerpty
@click.command()
@ -13,5 +14,5 @@ def test(ctx):
tty=True,
command="/bin/sh",
)
dockerpty.start(client, container)
container = container
# dockerpty.start(client, container)