Skip to content

nerc-images/persistent-metrics-zookeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/persistent-metrics-zookeeper
podman build -t computateorg/persistent-metrics-zookeeper:latest .

Push the container up to quay.io

podman login quay.io
podman push computateorg/persistent-metrics-zookeeper:latest quay.io/computateorg/persistent-metrics-zookeeper:latest

Build the container with podman

podman run --rm -p 8081:8081 computateorg/persistent-metrics-zookeeper:latest

Run the container with podman on local port 8081

podman run --rm \
  -e ZOOKEEPER_HOST_NAME=console-openshift-console.apps-crc.testing \
  -e ZOOKEEPER_PORT=30081 \
  --network=host \
  computateorg/persistent-metrics-zookeeper:latest

or run the latest from quay.io: podman pull quay.io/computateorg/persistent-metrics-zookeeper:latest

About

Persistent Metrics with Zookeeper

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published