Sign inSign up

rainflood/mantisbt

By rainflood

Updated almost 7 years ago

Mantis Bug Tracker (MantisBT).

Image
2

10K+

rainflood/mantisbt repository overview

Mantis Bug Tracker (MantisBT).

MantisBT makes collaboration with team members & clients easy, fast, and professional

MantisBT is an open source issue tracker that provides a delicate balance between simplicity and power. Users are able to get started in minutes and start managing their projects while collaborating with their teammates and clients effectively. Once you start using it, you will never go back!

Mantisbt docker images

mantisbt Offical latest release image mantisbt:2.11.1 Offical 2.11.1 release image. mantisbt:2.8 Offical 2.8.0 release image. mantisbt:2.8m Improved image, Add resolved ratio and item ratio data in summary page .

Install

  1. Create mantisbt database docker container mantisbtdb with mysql image docker run -d --name mantisbtdb
    -e MYSQL_ROOT_PASSWORD=mantisbtroot
    -e MYSQL_DATABASE=bugtracker
    -e MYSQL_USER=mantisbt
    -e MYSQL_PASSWORD=mantisbt
    mysql
  2. Create mantisbt docker container linked with mantisbtdb docker run -d --name mantisbt -p 8088:80 --link mantisbtdb rainflood/mantisbt

Tag summary

Content type

Image

Digest

Size

177.4 MB

Last updated

almost 7 years ago

docker pull rainflood/mantisbt