You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: raw-docs/devel/compilation.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,17 +117,22 @@ The output is:
117
117
118
118
## Docker Image (DEPRECATED)
119
119
120
-
The docker image of Processing.R is currently deprecated.
120
+
[](https://quay.io/repository/gaocegege/processing.r)
121
121
122
-
Docker containers provide a lightweight virtual environments that package up Linux applications with everything that they need to run.
122
+
**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.
123
+
124
+
Docker containers provide a lightweight virtual environment that package up Linux applications with everything that they need to run.
123
125
124
126
In order to install a docker image and then launch a docker container of Processing.R running in a virtual Linux desktop environment:
125
127
126
128
1. install docker on your system
127
129
1.`docker pull quay.io/gaocegege/processing.r`
128
130
1.`docker run quay.io/gaocegege/processing.r`
129
-
1. open the link of NoVNC in a web browser.
130
-
1. input the default password `process`in the URL
131
+
1. open the link of NoVNC `http://<IP of the container>:6901/vnc_auto.html?password=process` in a web browser.
131
132
1. play with Processing.R in a desktop environment :)
132
133
133
-
See [the demo in vimeo](https://vimeo.com/207571123)
134
+
See the video in vimeo:
135
+
136
+
<divalign="center">
137
+
<a href="https://vimeo.com/225961911"><img src="../img/video.png" alt="Demo in Vimeo" width="600"></a>
0 commit comments