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
docker run -d \
--name spug \
-p 8080:80 \
-v ~/spug/data:/app/data \
-v ~/spug/logs:/app/logs \
balder1840/spug-alpine:tagname
- Docker Buildx
- docker buildx build
- Leverage multi-CPU architecture support
- Multi-Platform Docker Builds
- Exports Overview
- Image and registry exporters
- spug-service
- spug-docker
- https://cryptography.io/en/latest/installation
- https://www.python-ldap.org/en/latest/installing.html
- https://pip.pypa.io/en/stable/cli/pip_install/
- https://spug.cc/docs/deploy-product