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 on github.
docker run -d \
--name spug \
-p 8080:80 \
-v ~/spug/data:/app/data \
-v ~/spug/logs:/app/logs \
balder1840/spug-alpine:tagname
Content type
Image
Digest
sha256:44d58828a…
Size
106.5 MB
Last updated
about 3 years ago
docker pull balder1840/spug-alpine:v3.2.7