Sign inSign up

playniuniu/demo-idc-lite

By playniuniu

Updated over 9 years ago

Docker for idc demo lite

Image
1

1.4K

playniuniu/demo-idc-lite repository overview

IDC Demo Lite

This is lite idc demo, full demo is here

Run
docker run -d --name demo-idc-lite -p 8000:8000 playniuniu/demo-idc-lite
Manual install

This demo use python3 and flask, install from requirements.txt

python3 -m venv env/ 
./env/bin/pip install --upgrade pip 
./env/bin/pip install -r requirements.txt
./env/bin/gunicorn -d -b "0.0.0.0:8000" app:app

Tag summary

Content type

Image

Digest

Size

31.5 MB

Last updated

over 9 years ago

docker pull playniuniu/demo-idc-lite