diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f65368 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Jupyter LXDE + +Example of running LXDE with noVNC inside Jupyter. + +``` +docker build -t jupyter-lxde . +docker run -it --rm -p 8888:8888 jupyter-lxde jupyter notebook --debug +``` +Go to `/lxde` e.g. http://localhost:8888/lxde and if you're lucky you'll see the LXDE desktop.