Skip to content

computate-org/computate.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the application as a Podman container

Install the prerequiste packages for buildah and podman

pkcon install -y buildah
pkcon install -y podman

Build the container with podman

cd ~/.local/src/computate.org
podman build -t computateorg/computate.org:latest .

Push the container up to quay.io

podman login quay.io
podman push computateorg/computate.org:latest quay.io/computateorg/computate.org:latest

Restart site pod

oc -n computateorg delete pod -l app=computateorg

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published