Code Monkey home page Code Monkey logo

docker-box's Introduction

docker-box

Reason for creating this tool:

Consider a server with multiple IP Addresses, we create virtual machines, assign IP addresses to these machines, provide access to users etc.., most of the time the purpose of these virtual machines is to deploy applications eigther for testing or production. In the case of testing we aren't bothered about security or reliability of the host on which the application is running, so all that matters is time to setup testing environment, make backups, resetting the environment and so on. So in this scenerio running docker containers from images which has init system is a best substitute for virtual machines. docker-box is created to implement above use case using django for web interface and docker enginer api to manage docker.

Features:

  • UI to run containers easily.

    • Minimal UI focusing on content.
    • Run a container in just 5 seconds.
  • Takes care of networking.

    • Just provide your desired IP, docker box will set it up for you.
    • Uses MACVLAN network which doesn’t mess up your iptables.
  • User management.

    • Create users and assign them to your virtual machine like container.
    • SSH access for user to the container.
  • Host and containers statistics.

    • Graphical view for your host and running containers.
    • Includes CPU, RAM, NETWORK and DISK.
  • Create backups of containers.

    • Just give a name and your backup will be ready in a couple of seconds.
    • Use these images as base to extend functionalities.
  • Web based terminal session for containers.

    • Get a quick access to your system using web based terminal.

Installation

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

Currently supports:

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

DockerBox Workflow Video.

Everything Is AWESOME

License

MIT

Contact

Micropyramid.

docker-box's People

Contributors

druuu avatar ashwin31 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.