Docker Registry and Mesosphere/Marathon API Server which will also work with mopsicli (in development).
mopsi.io provides a GUI for a private docker registry with the capabilites to deploy a docker image tag to mesosphere/marathon. If you don't use marathon you can use it as a docker registry GUI only.
The master branch is the development branch so you should use the latest release. When you are using node-easy for mopsi.io you can choose the release with the GIT_TAG
ENV.
docker run -it -e "APP_NAME=server.js" -e "GIT=https://github.com/mmbash/mops.io.git" -e "GIT_TAG=v0.6.2" -p 3000:3000 mikemichel/node-easy /bin/sh /tmp/gitmon.sh
node-easy can clone git repos, does a npm install and starts server.js with nodemon
mopsi.io is then available at http://yourIP:3000/
and start using mopsi.io