Sign inSign up

ktpl00/mantisbt

By ktpl00

Updated over 7 years ago

Mantis Bug Tracker System

Image
0

1.2K

ktpl00/mantisbt repository overview

Docker Image Create Command :


docker build -t mantisbt:2.19.0 .

Command to Launch Container :


docker run -itd --name=mantis --hostname=mantis -e dev_user=mantis -e dev_password=mantisbt@8022 -e root_password=ktpl@#$2019 -v /ktpl/mantis/:/var/www/html/ --restart=always -p 8080:80 -p 8022:22 -p 8006:3306 mantisbt:2.19.0

docker run -itd --name=mantis --hostname=mantis -e dev_user=mantis -e dev_password=mantisbt@8022 -e root_password=ktpl@#$2019 --restart=always -p 8080:80 -p 8022:22 -p 8006:3306 mantisbt:2.19.0

Login to Docker Container


docker exec -it mantis bash

Tag summary

Content type

Image

Digest

Size

368 MB

Last updated

over 7 years ago

docker pull ktpl00/mantisbt