Michel R.
Michel R.
Since its not possible to access the filessystem on the web... how should this be done?
Also waiting for updates here, would be nice to know if something can be done.
can this be merged? much needed functionality
Thanks for reaching out, ill implement some logic to prevent the containers from beeing persisted. it happens because of the retained flag which i used previoulsy. since we now have...
i might introduce a seperate config for polling the current new images. MqDockerUp already gets the docker container events immediatly but then always tries to check if there is a...
Hello and thanks for your contribution. I’m gonna review this tomorrow and merge if everything is fine and working as expected.
Its doing the checking async so the order might be mixed up but it should be checking everyting
Since its not my use case to use MqDockerUp on multiple nodes i cannot assure that everything works fine. One way to possibly fix this is to use the prefix...
> @MichelFR It looks like the prefix and topic settings are not working. Even if I enable this on 2 different hosts, the entries overwrite each other. Can this be...
The problem you are getting seems to be happening here: https://github.com/MichelFR/MqDockerUp/blob/11bb787160d15c2aad1d80c8cebf3c15447df193/src/services/DockerService.ts#L23 That’s strange, your MqDockerUp is getting changed from the docker sock. But it cannot parse it’s data. im gonna...