Sign inSign up

openkbs/gephi-docker

By openkbs

Updated about 5 years ago

Gephi Docker X11

Image
2

4.8K

openkbs/gephi-docker repository overview

Gephi (latest/-0.9.2) + Java 8 (1.8.0) OpenJDK + Maven 3.6 + Python 3.6 + PIP3 19 + + npm 6 + node 13 + Gradle 6 + X11 (Desktop)

Components:

Image is pulled from openksb/gephi-docker-x11

./run.sh

Where are workspace and data?

  • The "./run.sh" will create and map the container's data and workspace directories to the host's directory as below (unless you change ./.env configuration).
  • You can copy source data or projects/workflow to these two directory and the Gephi Studio inside the container will have direct access to the files you just copy.
$HOME/data-docker/gephi-docker-x11
├── data
└── workspace
    └── Example Workflows

And, "docker-compose" will use the current git project directory's "./workspace" to map the container's /home/developer/workspace:

./workspace

Note: You can copy your Gephi workflow project in and out the workspaces and it is directly mapped into the container's /home/developer/workspace.

Build

You can build your own image locally.

./build.sh

See also VNC/noVNC docker-based IDE or Analytics Platform

See Also - docker-based IDE

Display X11 Issue

More resource in X11 display of Eclipse on your host machine's OS, please see

  • X11 Display problem
  • X11 Display with Xhost
  • You might see the warning message in the launching xterm console like below, you can just ignore it. I googles around and some blogs just suggested to ignore since the IDE still functional ok.

Releases information

See Release information

Tag summary

Content type

Image

Digest

Size

1 GB

Last updated

about 5 years ago

docker pull openkbs/gephi-docker