-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontainers
34 lines (26 loc) · 1.06 KB
/
containers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
## The apptainer/singularity containers pulled from docker hub
## Run the commands to save the contaienrs locally
# Process-exporter
apptainer pull process-exporter.sif docker://ncabatoff/process-exporter:master
# node-exporter
apptainer pull node-exporter.sif docker://prom/node-exporter:latest
# Prometheus
apptainer pull prom.sif docker://prom/prometheus:latest
# InfluxDB
apptainer pull infludb.sif docker://influxdb:latest
# Grafana
apptainer pull grafana.sif docker://grafana/grafana:latest
# SRO-RTDP-EICrecon
# Use ifarm local env to save space!!!
### apptainer pull rtdp-eicrecon.sif docker://jlabtsai/eic:latest
<!-- bash-5.1$ ls -lah
total 348M
drwxr-xr-x. 2 xmei itd 8 Jan 9 14:28 .
drwxr-xr-x. 9 xmei itd 12 Jan 9 14:24 ..
-rw-r--r--. 1 xmei itd 952 Jan 9 14:27 containers
-rwxr-xr-x. 1 xmei itd 124M Jan 9 14:28 grafana.sif
-rwxr-xr-x. 1 xmei itd 101M Dec 9 14:34 influxdb.sif
-rwxr-xr-x. 1 xmei itd 12M Sep 23 11:31 node-exporter.sif
-rwxr-xr-x. 1 xmei itd 8.1M Sep 23 11:30 process-exporter.sif
-rwxr-xr-x. 1 xmei itd 103M Sep 26 12:41 prom.sif
-->