Deploy container based web apps in seconds to baremetal, cloud VMs or various cloud container hosting platforms.
Available targets:
When hosting the app yourself, the infrastructure is kept as simple and straighforward as possible with minimal operations needed. It is meant to deploy apps on a single server. This stack can be run on cheap machines or VMs from any server/cloud providers.
Deploy any Dockerfile project:
$ pip install docker-web-deploy
$ touch Dockerfile # create your Dockerfile
$ docker-web-deploy .