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
Content type
Image
Digest
Size
368 MB
Last updated
over 7 years ago
docker pull ktpl00/mantisbt