Akhet is a docker-oriented virtual-desktop environment infrastructure.
- Docker (linux amd64) 17.04.0-ce or greater
make
- Clone this repo
- Change the working directory to this repo
- execute
./configure
to check that al dependencies are satisfied - execute
make
to build all system images - execute
make demoui
to build the demo UI - execute
make base
to build the base image - execute
make xterm
to build the xterm image - execute
./demo-run.sh
- open
http://localhost:8080/
- plasma-base (requires base): the base plasma image
- plasma-dev (requires plasma-base): basic dev-tools with plasma UI
- plasma-science (requires plasma-dev): root6 and geant4 images with debian
- gnome-base (requires base): the base gnome image
- gnome-dev (requires gnome-base): basic dev-tools with gnome UI
- gnome-science (requires gnome-dev): root6 and geant4 images with debian
- base-cuda: base image for cuda
- xterm-cuda (requires base-cuda): xterm image with CUDA support