Skip to content
 
 

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

IBM Storage Ceph Object Developer Edition with Object Browser

Here lies the containerfile for building the Object Storage Dev Edition.

Starting the developer edition locally

podman run -d \
  --name dev-edition \
  -p 8080:8081 \
  -p 9080:9080 \
  cp.stg.icr.io/cp/ibm-ceph/rgw-developer-experience-rhel10:v9.9.2

If you like to start with a different user than the default, then

podman run -d \
  --name dev-edition \
  -p 8080:8081 \
  -p 9080:9080 \
  -e ACCESS_KEY="accesskey" \
  -e SECRET_KEY="secretkey" \
  cp.stg.icr.io/cp/ibm-ceph/rgw-developer-experience-rhel10:v9.9.2

Building

podman build -t object-storage-dev-edition .

Running

If you go with the default port mapping, then its quite easy as below

podman run -d \
  --name dev-edition \
  -p 8080:8081 \
  -p 9080:9080 \
  object-storage-dev-edition:latest

If you wish to change the default mapping then you need to provide the ENDPOINT as an env variable

podman run -d \
  --name dev-edition \
  -p 8080:8081 \
  -p 9500:9080 \
  -e ENDPOINT="http://127.0.0.1:9500" \
  object-storage-dev-edition:latest

Once its deployed, the UI will be visible on http://localhost:8080 or whichever port you mapped for the UI

Debugging

podman logs dev-edition

will show you the logs and see what crashed when starting.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages