Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexanderrichards/ganga

The Ganga job management software set up to use the Imperial College HEP group DIRAC server.
https://github.com/alexanderrichards/ganga

dirac docker ganga

Last synced: 13 days ago
JSON representation

The Ganga job management software set up to use the Imperial College HEP group DIRAC server.

Awesome Lists containing this project

README

        

[![CI build test workflow](https://github.com/alexanderrichards/ganga/actions/workflows/build-test.yml/badge.svg)](https://github.com/alexanderrichards/ganga/actions/workflows/build-test.yml)
[![CD release build and publish](https://github.com/alexanderrichards/ganga/actions/workflows/release-build.yml/badge.svg)](https://github.com/alexanderrichards/ganga/actions/workflows/release-build.yml)

![Docker Image Version (latest semver)](https://img.shields.io/docker/v/alexanderrichards/ganga?label=version%20%28Ganga-Dirac%20UI%29&logo=docker&sort=semver)
# ganga
To run a container from this image the globus grid cert/key directory must be mounted as a volume. To do this use the following.

```bash
sudo docker run -it -v :/root/.globus:ro alexanderrichards/ganga
```

If your using udocker to run in userspace, this becomes:

```bash
udocker run --volume=:/root/.globus alexanderrichards/ganga
```

![Ganga Image Usage](examples/image_usage.gif)