Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.33 KB

README.md

File metadata and controls

30 lines (27 loc) · 1.33 KB

Introduction

Build docker image for spug base on python apline image.

this image will use sqlite as the database, and change all directory of logs as volume. for the details, please refer to the source.

you can find a image here at docker hub

How to use

   docker run -d \
   --name spug \
   -p 8080:80 \
   -v ~/spug/data:/app/data \
   -v ~/spug/logs:/app/logs \
   balder1840/spug-alpine:tagname

Refs