/docker-box

Virtual Machine like containers scheduling and management.

Primary LanguageJavaScriptMIT LicenseMIT

docker-box

Running full blown OS as containers will suffice most of the virtual machine needs.

Why docker-box?

  • UI to run containers easily.
  • Takes care of networking.
  • User management.
  • Host and containers statistics.
  • Create backups of containers.
  • Web based terminal session for containers.

Installation

Everything Is AWESOME

Currently supports:

  • Ubuntu 16.04, 14.04
  • Debian Jessie, Wheezy
  • CentOS 7, 6

Run:

$ sudo curl -o /tmp/install.sh https://raw.githubusercontent.com/MicroPyramid/docker-box/master/install.sh && sudo chmod +x /tmp/install.sh && sudo bash /tmp/install.sh

License

MIT