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.
Hosted on Quay.io. Find what to docker pull
by checking the TAG file
Clone the project and docker build . -t <TAG>
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>
A compatible mongo image is included. It's left up to the user to decide how to use it.
This image can generate an admin user with a random password. Set environment variable GENERATE_ADMIN_USER
to use this feature.