All Projects → MicroPyramid → docker-box

MicroPyramid / docker-box

Licence: MIT license
Web Interface to manage full blown docker containers and images.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
shell
77523 projects
CSS
56736 projects
go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to docker-box

Dojo
Containerize your development and operations environment
Stars: ✭ 240 (+122.22%)
Mutual labels:  virtualization
vue-virtualised
Blazing fast scrolling and updating for any amount of list and hierarchical data.
Stars: ✭ 18 (-83.33%)
Mutual labels:  virtualization
ADLES
Automated Deployment of Lab Environments System (ADLES)
Stars: ✭ 28 (-74.07%)
Mutual labels:  virtualization
Tools
Combination of different utilities, have fun!
Stars: ✭ 166 (+53.7%)
Mutual labels:  virtualization
react-bolivianite-grid
React grid component for virtualized rendering large tabular data.
Stars: ✭ 95 (-12.04%)
Mutual labels:  virtualization
Coyote
Framework providing operating system abstractions and a range of shared networking (RDMA, TCP/IP) and memory services to common modern heterogeneous platforms.
Stars: ✭ 80 (-25.93%)
Mutual labels:  virtualization
Xo
Merged with monorepo https://github.com/vatesfr/xen-orchestra
Stars: ✭ 219 (+102.78%)
Mutual labels:  virtualization
control-pane
ClonOS WEB control panel (CBSD WEB UI)
Stars: ✭ 112 (+3.7%)
Mutual labels:  virtualization
ryzen-hackintosh
My hackintosh files & hardware info 
Stars: ✭ 19 (-82.41%)
Mutual labels:  virtualization
vagrant-ovirt4
oVirt v4 provider for Vagrant
Stars: ✭ 33 (-69.44%)
Mutual labels:  virtualization
open-5g.github.io
Reference website for information on open, programmable, and virtualized 5G networks.
Stars: ✭ 41 (-62.04%)
Mutual labels:  virtualization
nuber
Virtualization management software
Stars: ✭ 33 (-69.44%)
Mutual labels:  virtualization
esdc-ce
Danube Cloud :: Community Edition
Stars: ✭ 101 (-6.48%)
Mutual labels:  virtualization
Firecracker
Secure and fast microVMs for serverless computing.
Stars: ✭ 16,826 (+15479.63%)
Mutual labels:  virtualization
ahv
Allows Apple Silicon Hypervisor Framework interactions in a safe manner
Stars: ✭ 50 (-53.7%)
Mutual labels:  virtualization
Tosdatabridge
A collection of resources for pulling real-time streaming data off of TDAmeritrade's ThinkOrSwim(TOS) platform; providing C, C++, Java and Python interfaces.
Stars: ✭ 229 (+112.04%)
Mutual labels:  virtualization
Jiny-Kernel
JINY Kernel (Jana's tINY os) : Kernel designed from ground up for superior performance on cloud.
Stars: ✭ 15 (-86.11%)
Mutual labels:  virtualization
blogr-pve
Puppet provisioning of HA failover/cluster environment implemented in Proxmox Virtual Environment and Linux boxes.
Stars: ✭ 28 (-74.07%)
Mutual labels:  virtualization
vic-ui
vSphere Integrated Containers Plug-In for vSphere Client provides information about your VIC setup and allows you to deploy VCHs directly from the vSphere Client.
Stars: ✭ 23 (-78.7%)
Mutual labels:  virtualization
blog
retrohunblog
Stars: ✭ 46 (-57.41%)
Mutual labels:  virtualization

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].