Add README.md

This commit is contained in:
Simon Li 2019-09-26 19:02:22 +01:00
parent ae8c952cf6
commit ca09c4dff4
No known key found for this signature in database
GPG Key ID: F604A75EB0CBF584
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -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.