by kevin » Fri Sep 29, 2017 10:51 am
Would have to do a little research on docker volumes to understand that - will take some time.
But if you attach to the docker container, you will see it is indeed at /opt/alarmdecoder-webapp according to docker - but the local filesystem where the overlay filesystem for docker happens you will see it as you see it
So to get the real skinny, you have to attach to your docker container and see what's going on there - are there multiple copies in the docker container? Or just 2 keys in the one instance of the database?
Docker volumes are incremental so it could show up multiple times from the base OS but in the docker container itself, I'd be surprised if you had access to more than one of them. Likely just a duplicate key entry in that singular database in the docker container.
Not an employee of the company. Just here to help and keep things clean.