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 238e644 commit f592052Copy full SHA for f592052
src/main.py
@@ -68,6 +68,8 @@ def mainLoop(docker_host, listen_system_ports, use_docker_cli):
68
try:
69
published_ports = docker_service.getPublishedPorts()
70
manageProxies(remote_docker_host_name, published_ports, listen_system_ports)
71
+ except KeyboardInterrupt as ke:
72
+ raise ke
73
except Exception as e:
74
logging.error(e)
75
time.sleep(60)
0 commit comments