https://github.com/gemc/docker
https://github.com/gemc/docker
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gemc/docker
- Owner: gemc
- Created: 2020-02-12T16:47:23.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T15:48:27.000Z (over 2 years ago)
- Last Synced: 2024-03-08T16:51:13.927Z (over 2 years ago)
- Language: Shell
- Size: 2.68 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README_base.md
Awesome Lists containing this project
README
## Base containers
### Description:
Include basic utilities like cmake, python3, git and the packages to
support geant4 installation.
### Supported tags:
- jeffersonlab/base:fedora36
- jeffersonlab/base:ubuntu22
- jeffersonlab/base:almalinux9
### How to run:
The containers work in batch mode or interactively using novnc:
* **batch mode**: `docker run -it --rm container bash`
* **interactive**: `docker run -it --rm -p 8080:8080 container`
then point your browser to `http://localhost:8080`
#### Example:
```
docker run -it --rm jeffersonlab/base:fedora36 bash
```
---
| M. Ungaro | [](https://maureeungaro.github.io/home/) | [](mailto:ungaro@jlab.org) | [](https://github.com/maureeungaro) |
|:---------:|:------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------:|