Cytoscape Desktop in Docker image with GUI running using xvfb and VNC server
- Install Docker and Docker Compose for your OS.
- run
mkdir trycydocker
command in your terminal. - run
cd trycydocker
command in your terminal. - copy .env and compose.yml to the
trycydocker
directory - run
docker-compose up -d
command in thetrycydocker
directory. - open
http://localhost:8888/lab
andhttp://localhost:6080/vnc_auto.html
in your web browser. - (optional) In
http://localhost:8888/lab
, create a Notebook [for Python] and run!pip install py4cytoscape
in a code Cell, or a Notebook [for R] and runif (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("RCy3")
Cytoscape content at DockerHub can be found here: