https://github.com/alexanderrichards/dirac_ui
The Dirac user interface set up to send jobs to the Imperial College HEP group Dirac server.
https://github.com/alexanderrichards/dirac_ui
dirac docker
Last synced: 28 days ago
JSON representation
The Dirac user interface set up to send jobs to the Imperial College HEP group Dirac server.
- Host: GitHub
- URL: https://github.com/alexanderrichards/dirac_ui
- Owner: alexanderrichards
- License: mit
- Created: 2017-05-10T10:50:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T15:05:02.000Z (over 2 years ago)
- Last Synced: 2025-02-16T01:41:27.488Z (over 1 year ago)
- Topics: dirac, docker
- Language: Shell
- Homepage: https://hub.docker.com/r/alexanderrichards/dirac_ui
- Size: 8.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/alexanderrichards/dirac_ui/actions/workflows/build-test.yml)
[](https://github.com/alexanderrichards/dirac_ui/actions/workflows/release-build.yml)

# dirac_ui
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/dirac_ui
```
If your using udocker to run in userspace, this becomes:
```bash
udocker run --volume=:/root/.globus alexanderrichards/dirac_ui
```
