I have just installed dockers and installed node.
I am able to run a basic express site. My issue now is I can\'t stop it. Control-C is not doing anything.
A docker run should have gave you back the prompt, avoiding the need for CTRL+C, or closing the docker terminal.
Once you log back in that terminal, a docker ps -a + docker stop should be enough to make your container exit (you still need to remove it before trying to launch it again)