RockMongo app for administrating mongodb, based on CentOS
10K+
RockMongo app (http://rockmongo.com) for administrating mongodb in separate container.
To run execute
docker run -d -p 8008:80 -link mongo:db -name rockmongo webts/rockmongo
8008 being the port you want it to be accessible via.
"mongo" is the name of the mongodb container. I used "dockerfile/mongodb" (it must have ports 27017 & 28017 exposed)
for example first run
docker run -d -name mongo dockerfile/mongodb
Content type
Image
Digest
sha256:8a262908e…
Size
253.9 MB
Last updated
almost 11 years ago
docker pull webts/rockmongo