A minimal self-hosted bookmark manager with init, user, and mimalloc.
4.4K
A minimal linkding image with init, user, and mimalloc.
Note
Equivalent to
sissbruecker/linkding:latest-alpine
| OS/ARCH | Description |
|---|---|
linux/amd64 | 64-bit x86 architecture for Linux operating systems |
linux/arm64 | 64-bit ARM architecture for Linux operating systems |
Note
Refer to
Documentation/Options for official supported options.
| Type | Container | Function |
|---|---|---|
| Port | 9090 | Web server port |
| Volume | /data | Application data |
| Environment | EUID | Optional Effective User ID |
| Environment | EGID | Optional Effective Group ID |
| Environment | UMASK | Optional Default permissions |
| Environment | SUGGEST | Optional Set suggestion messages |
| Environment | TZ | Optional Set time zone |
musl struggles with multi-threaded performance compared to glibcmimalloc to replace musl mallocSUGGEST defaults to trueNote
Refer to
Documentation for official documentation.
docker run --name linkding -d -p 9090:9090 -v PATH:/data kgrv/linkding
services:
linkding:
image: kgrv/linkding
container_name: linkding
restart: unless-stopped
ports:
- 9090:9090
volumes:
- PATH:/data
- /etc/localtime:/etc/localtime:ro
docker exec -it linkding python manage.py createsuperuser --username=USERNAME --email=EMAIL
docker compose exec linkding python manage.py createsuperuser --username=USERNAME --email=EMAIL
Content type
Image
Digest
sha256:8307a3cf7…
Size
40.2 MB
Last updated
2 days ago
docker pull kgrv/linkding