Logo

DockerServer

Super lightweight & simple REST server for running docker containers from a remote machine(s).

We are a young Israeli startup. Originally started as a worldwide real-estate marketplace. As a part of our CI/CD, we developed a Selenium as a Service platform - QADDT (https://betapage.co/startup/doorzz-inc) This time, we invented a very nice tool and decided to share it with the community and published it as an open source project on GitHub - https://github.com/freaker2k7/dockerserver This tool is dedicated to be a stateless REST server, that runs on any machine that runs Docker, that is able to run Docker containers over HTTP(S) using Authentication Basic base64EncodedToken. It's a super lightweight reproduction of most of what Kubernetes does in a few lines of code. As a notice, the code was rated with the score of A+ on lgtm.com & 10.0 on scrutinizer-ci.com We use GitHub Pages and bought a dedicated domain - https://dockerserver.io Wrapped it in a Docker - https://hub.docker.com/r/evgy/dockerserver Published an NPM package - https://www.npmjs.com/package/docker-server The current product can run as a cli command, PM2 manager or in a Docker container. It can run in standalone or cluster mode where every node is the master & the slave at once.