You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've take a look at this and was thinking the cause is to do with advertized listeners. As one iteration of a fix I created a Dockerfile which inherits from this one and modifies the default config (just using a RUN directive, and sed/cat to modify & extend). This may not be the best fix.. but...
One gotcha I noted is that the Dockerfile here contains a 'VOLUME' directive. Unfortunately this means any changes (attempted are lost (see https://boxboat.com/2017/01/23/volumes-and-dockerfiles-dont-mix/). It can be worked around by using a script that runs at container launch time instead, but I wonder if it's worth considering if VOLUME could be removed?
I want to run the image and listen for the Atlas events. If I add an entity I want to see the corresponding event coming out.
The text was updated successfully, but these errors were encountered: