Simple, lightweight and secure Kanboard container based on Alpine Linux
Kanboard is a free and open source Kanban project management software. You can find the official repository here.
Propose a lightweight and secure container that is easy to setup.
- Based on Alpine Linux.
- No Root processes, as secure as possible.
- UID: (Optional) The UID executing the server
- GID: (Optional) The GID executing the server
- 8080
- /kanboard/data: Data folder.
Example command to build this image:
docker build -t kanboard .
Example command to run this container:
docker run -d -p 8080:8080 --name kanboard kanboard