main
Build new container
podman build . -t he-database
podman tag he-database gitea.pkm.physik.tu-darmstadt.de/markusro/he-database:latest
podman push gitea.pkm.physik.tu-darmstadt.de/markusro/he-database:latest
Run and update container
Also check documentation from RedHat.
podman pull gitea.pkm.physik.tu-darmstadt.de/markusro/he-database:latest
podman run --replace --detach --name he-database -p 8000:8000 he-database:latest
Create DB Schema in chartdb.io
- go to https://app.chartdb.io
- klick "Import"
- execute in terminal:
sqlite3 db.sqlite3 <create_schema_chartdb.io > import_chartdb.io - copy contents of
import_chartdb.io
Description
Languages
Python
57.1%
HTML
41.3%
Io
1.2%
Dockerfile
0.4%