An open API service indexing awesome lists of open source software.

https://github.com/lupino/docker-server

a docker cloud server
https://github.com/lupino/docker-server

Last synced: 3 months ago
JSON representation

a docker cloud server

Awesome Lists containing this project

README

        

This repo provide a easy way for create container use the custem images base
docker, every container has less two export ports.
it use for the private cloud or other.

Usage:
------

mv config.sample.py config.py
python3 main.py

Build the base images
---------------------

cd images/ubuntu-server
docker build -t lupino/ubuntu .
# then edit the config.py add the images

Requirements
-----------

Python >= 3.3

asyncio

bottle

aiobottle

lee a orm auto create tables on base sqlite3 or mysql

beaker

oursql if use mysql

docker