Simple docker image for Trac
2.0K
Simple docker image for Trac with MySQL and PostgreSQL support and TracAccountManager installed, built on the official python2.7 image.
docker run --rm ghudiczius/trac:<VERSION> \
-p 8000:8000 \
-v path/to/data:/data
or
docker run --rm registry.gitlab.jmk.hu/web/trac:<VERSION> \
-p 8000:8000 \
-v path/to/data:/data
Content type
Image
Digest
sha256:d6a58cca0…
Size
380.9 MB
Last updated
2 days ago
docker pull ghudiczius/trac:1.6.8139_python3.13.15-bookworm