Sign inSign up

lusu777/docker-strider

By lusu777

Updated almost 11 years ago

Image
0

434

lusu777/docker-strider repository overview

docker-strider

Semi-official docker build that does NOT ship with internal Mongo or SSH.

It contains supervisord, latest strider, its dependent modules and nodejs/npm.

You must pass in a DB_URI with a valid mongodb connection string.

Pulling

Hosted on Quay.io. Find what to docker pull by checking the TAG file

Building

Clone the project and docker build . -t <TAG>

Running

Say you've created a database at MongoLab, here's how you would run it:

docker run -e "DB_URI=mongodb://keyvan:[email protected]:41380/strider-testing" <TAG>

Linking

A compatible mongo image is included. It's left up to the user to decide how to use it.

Security

This image can generate an admin user with a random password. Set environment variable GENERATE_ADMIN_USER to use this feature.

Tag summary

Content type

Image

Digest

sha256:a7f325b31

Size

275.4 MB

Last updated

almost 11 years ago

docker pull lusu777/docker-strider