This image will start Trac with all projects stored in /trac folder. Trac command equivalent is:
tracd --port 8080 -e /trac --base-path=/
Image includes configured and ready to use empty project 'default' Admin user included with username admin password admin.
docker run -d -p 8080:8080 barogi/trac:1.0.2
Start Trac with empty project
docker run -d -p 8080:8080 -v /var/trac barogi/trac:1.0.2
Start Trac with volume container with multiple projects located in /var/trac.
Content type
Image
Digest
sha256:2f43417e7…
Size
-
Last updated
about 11 years ago
docker pull barogi/trac:1.0.2