Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 13 days ago
JSON representation

The Dirac user interface set up to send jobs to the Imperial College HEP group Dirac server.

Awesome Lists containing this project

README

        

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

![Docker Image Version (latest semver)](https://img.shields.io/docker/v/alexanderrichards/dirac_ui?logo=docker&sort=semver)
# 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
```

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