Skip to content

Simple docker image for Trac, an enhanced wiki and issue tracking system for software development projects

License

Notifications You must be signed in to change notification settings

ghudiczius/docker-web-trac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trac

Simple docker image for Trac with MySQL and PostgreSQL support and TracAccountManager installed, built on the official python2.7 image.

Usage

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

About

Simple docker image for Trac, an enhanced wiki and issue tracking system for software development projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published