First version of a Docker to join electrumx and the Novo node in the same image. Both are running at the same time and they are connected to each other. For now it is not persistent by default and if you stop the container and start it again, you will need to synchronize the whole node and then electrumx, which is about 10-20minutes.
docker build -t electrumx_novo-node .
docker -p 50010:50010 -p 50012:50012 run --name my_electrumx electrumx_novo-node
docker stop NAME_CONTAINER
If you are running locally, you need to know the IP of the container and see the IP in IPAddress:
docker inspect NAME_CONTAINER