ajeeth / docker_otrs-itsm

Repo for dockerized OTRS ITSM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This docker container provides Otrs with ITSM with MySql backend on CentOS 7.

To run the container execute:

docker run -d --name otrsitsm -v /etc/localtime:/etc/localtime:ro ajeeth/otrs-itsm_auto:latest

Admin interface at http://<ip address>/otrs/index.pl

Customer interface at http://<ip address>/otrs/customer.pl

Admin login: root@localhost

Admin password: root


docker hub url: https://hub.docker.com/r/ajeeth/otrs-itsm_auto/

git hub url: https://github.com/ajeeth/docker_otrs-itsm

About

Repo for dockerized OTRS ITSM

License:Apache License 2.0


Languages

Language:Perl 53.3%Language:Dockerfile 31.6%Language:Shell 15.1%