Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 552 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 552 Bytes

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