NOTE!!!!!:
I have used docker exec -i /bin/bash to go inside the docker and manually edit whitelist.txt and blacklist.txt. The files are edited, inside the filesystem of the container.
I do not know the command to update it. 4.3 is out I have 4.2
I tried docker pull to grab the new image but it doesn't update the running one.
I tried to stop and start the docker.
I exported the docker to a tar file, I don't know what that does
I think the docker update command is more about updating the system variables for the docker image, not updating the version.
What did I do wrong? I do not have a folder mapped, outside of the docker, containing the configuration files, like blacklist and whitelist. So I assume that's the bit I did wrong yeah?