Goal of this repo is to provide a Dockerfile which contains a VNC Server and compiles Groot for use on Windows.
Docker https://docs.docker.com/get-docker/
VNC Viewer https://www.realvnc.com/de/connect/download/viewer/
Run with:
docker run -p 5900:5900 pablodockobar/vnc-grootThe VNC Server will listen on localhost:5900.
Via the VNC Viewer access the container to open a Terminal with CTRL+ALT+T and directly execute Groot, to open the Editor.
If you want to build the image locally:
git clone https://github.com/FiratSusan/Groot-Docker-VNC
cd Groot-Docker-VNC
docker build -t pablodockobar/vnc-groot .Example: Changing Resoultion and mapping folder to save the tree/palette
docker run -it -p 5900:5900 -e RESOLUTION=1920x1080 -v <path-to-your-folder>:/Trees pablodockobar/vnc-grootFor more Information regarding Groot: https://github.com/BehaviorTree/Groot
VNC enabled by using this image as base: dorowu/ubuntu-desktop-lxde-vnc/