Maxime Petazzoni

Results 44 comments of Maxime Petazzoni

@jmagnusson & @hamiltont, Just a heads up that https://github.com/signalfuse/maestro-ng uses bgtunnel and some users are hitting this issue, as discussed in https://github.com/signalfuse/maestro-ng/issues/63 Any input, fix or workaround would be appreciated!...

@jmagnusson Yeah we use bgtunnel to offer a SSH-based secure connection to remote Docker daemons (docker-py now supports SSL, but that's sometimes harder to setup). See the link I posted...

Very good points. Overloading `onAdd(map)` would definitely solve the issue, but in terms of "API" for L.GPX I like the fact that you can "prepare" your layer by creating it...

@samberic see #65. Unfortunately that PR doesn't merge, but if you feel like picking it up and sending an updated version, I'll definitely review it and see about integrating it!

You're correct, it's not possible to map to a _random_ external port. I didn't implement support for this because I had a hard time figuring out a good use case...

It does not look like `bgtunnel` offers this at the present time (MaestroNG uses `bgtunnel` to create the SSH tunnel).

This isn't supported, and seem like it would require using the `create_networking_config()` function of `docker-py` to pass that to the `networking_config` parameter of the `create_container()` call (in maestro/plays/tasks.py#L220). Do you...

Might be a silly question but are you using the `-d` flag? Can you give more details about your services, containers and their dependencies, and the order you're seeing when...

The current behavior is definitely not ideal, and most likely not what one would expect when restarting multiple services with some dependencies. First, the important thing to understand is that...