diff --git a/raw-docs/devel/compilation.md b/raw-docs/devel/compilation.md index 6b85d9c..8b49b8b 100644 --- a/raw-docs/devel/compilation.md +++ b/raw-docs/devel/compilation.md @@ -117,17 +117,22 @@ The output is: ## Docker Image (DEPRECATED) -The docker image of Processing.R is currently deprecated. +[![Docker Repository on Quay](https://quay.io/repository/gaocegege/processing.r/status "Docker Repository on Quay")](https://quay.io/repository/gaocegege/processing.r) -Docker containers provide a lightweight virtual environments that package up Linux applications with everything that they need to run. +**NOTICE:** The docker image of Processing.R is currently deprecated, since graphic card is not fully supported in Docker. 3D sketches couldn't work in the docker container. + +Docker containers provide a lightweight virtual environment that package up Linux applications with everything that they need to run. In order to install a docker image and then launch a docker container of Processing.R running in a virtual Linux desktop environment: 1. install docker on your system 1. `docker pull quay.io/gaocegege/processing.r` 1. `docker run quay.io/gaocegege/processing.r` -1. open the link of NoVNC in a web browser. -1. input the default password `process`in the URL +1. open the link of NoVNC `http://:6901/vnc_auto.html?password=process` in a web browser. 1. play with Processing.R in a desktop environment :) -See [the demo in vimeo](https://vimeo.com/207571123) \ No newline at end of file +See the video in vimeo: + +
+ Demo in Vimeo +
diff --git a/raw-docs/img/video.png b/raw-docs/img/video.png new file mode 100644 index 0000000..a3a41ac Binary files /dev/null and b/raw-docs/img/video.png differ diff --git a/readme.md b/readme.md index b823c9f..dc8afc2 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@

Travis CI appveyor - + Codacy Badge