docker build -t mfc_node .
docker run -d --name node -p 22825:22825 mfc_node
docker exec node tail -f /root/.MFC/debug.log`
If you want to check how things are inside the container, get in
docker exec -ti node /bin/bash`
Then check the MFCoind in /root/.MFC