#Dpanel Dpanel makes hosting websites incredibly simple. Think of it as cPanel, DirectAdmin, MAMP/WAMP style control panel, but using Docker technology. You can run multiple sites with unique domains that automatically maps to your containers.
##Get Started
- docker pull uptownhr/dpanel
docker run -i -t --name dpanel -v /var/run/docker.sock:/var/run/docker.sock uptownhr/dpanel /bin/bash
##How to use
- If not already, remote into your Dpanel and run
docker attach dpanel
dpanel start myblog.com
By default, dpanel creates a container with a wordpress image. To specify another, just pass the -i flag (ie; dpanel start -i somerepo/someimage)dpanel stop myblog.com
Stops the containerdpanel delete myblog.com
Deletes the containerdpanel list
Lists all the running containers
##Dpanel cli help dpanel --help
Usage: dpanel [options] [command]
Commands:
start [options] <domain>
start a vhost.
stop <domain>
stop a vhost
delete <domain>
delete vhost
list
start a vhost with image