From 84045e929ddaa19286744393f09f02acb7cb607e Mon Sep 17 00:00:00 2001 From: echaz Date: Sun, 27 Feb 2022 18:19:49 -0500 Subject: [PATCH 1/5] Added Dockerfile --- Dockerfile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..1a6f75b3b --- /dev/null +++ b/Dockerfile @@ -0,0 +1,25 @@ +# Instructions for getting rednotebook working on macos with x: +# https://gist.github.com/paul-krohn/e45f96181b1cf5e536325d1bdee6c949 + +# For windows, you have something like cygwin that you can use + +# 1) install xwindows on your machine, and run it with a script like startx +# % docker build . --tag rednotebook:LATEST +# % export REDNOTEBOOK_HOME= && mkdir $REDNOTEBOOK_HOME +# 1) Install xwindows on your machine, and run it with a script like startx. +# $ docker build . --tag rednotebook:LATEST +# $ export REDNOTEBOOK_HOME= && mkdir $REDNOTEBOOK_HOME -# 2) Start RedNotebook: +# 3) Start RedNotebook: # $ docker run --rm -e DISPLAY=host.docker.internal:0 -it --volume ${REDNOTEBOOK_HOME}:/root/.rednotebook rednotebook:LATEST # You can update to the latest RedNotebook release by running "docker build" again.