I'm using AMP with the official docker container from cubecoders. I've noticed something what I can't solve easily. I've setup two instances in AMP and they run fine with my license key. But whenever I need to restart the docker all instances show as inactive. the logs show:
No valid AMP licence was found. Please run `ampinstmgr reactivate Minecraft01` to reactivate this instance.
so far so good, so let's reactivate the instances by ssh-ing into the container shell, change user to amp and try:
ampinstmgr stop ADS
but then the whole container stops and I can't access shell anymore, you can only start over and start the container again, but you end up in the same situation.
Any ideas how to reactivate the instances? Or what makes AMP think that there's no valid license after a container restart in the first place? Is it a bug?