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
- Host: GitHub
- URL: https://github.com/lupino/docker-server
- Owner: Lupino
- Created: 2013-10-12T00:33:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T07:23:38.000Z (about 11 years ago)
- Last Synced: 2025-01-22T11:48:14.781Z (5 months ago)
- Language: Python
- Size: 427 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.pyBuild the base images
---------------------cd images/ubuntu-server
docker build -t lupino/ubuntu .
# then edit the config.py add the imagesRequirements
-----------Python >= 3.3
asyncio
bottle
aiobottle
lee a orm auto create tables on base sqlite3 or mysql
beaker
oursql if use mysql
docker