Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexanderrichards/ganga
- Owner: alexanderrichards
- License: mit
- Created: 2017-05-11T08:59:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T12:38:16.000Z (about 1 year ago)
- Last Synced: 2024-11-06T01:59:07.255Z (2 months ago)
- Topics: dirac, docker, ganga
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/alexanderrichards/ganga
- Size: 11.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)