Skip to content

DataStax OpsCenter 5.0.0 as a docker container for quick dev deployments.

License

Notifications You must be signed in to change notification settings

abh1nav/docker-opscenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpsCenter Docker Image

This image contains OpsCenter 5.1.0 and is based on phusion/baseimage:0.9.13.

Run this using:

docker pull abh1nav/opscenter:latest
docker run -d --name opscenter abh1nav/opscenter:latest

You may also want to expose OpsCenter service ports:

docker run -d --name opscenter -p 8888:8888 -p 61620:61620 abh1nav/opscenter:latest

See https://github.com/abh1nav/cassandra for instructions on how to get a complete cluster running with OpsCenter in one line.

About

DataStax OpsCenter 5.0.0 as a docker container for quick dev deployments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages