Docker container for Opendcim 19.01
"This is openDCIM, a free, web based Data Center Infrastructure Management application. " "openDCIM does not contend to be a function by function replacement for commercial applications. Instead, openDCIM covers the majority of features needed by the developers - as is often the case of open source software. The software is released under the GPL v3 license, so you are welcome to take it, modify it, and share it with others, as long as you acknowledge where it came from."
To install docker in Ubuntu 18.04 use the commands:
$ sudo apt-get update
$ sudo wget -qO- https://get.docker.com/ | sh
To install docker in other operating systems check docker online documentation
To run container use the command below:
$ docker run -d -p 80:80 --name opendcim quantumobject/docker-opendcim
Where xxxxx is the port assigned by you for the container if not docker will assigned one for it.
After that check with your browser at addresses plus the port assigined by docker or you:
- http://host_ip:port/
Log in using login/password dcim/dcim please replace it after initial web install with command :
$ docker exec -it container_id after_install
This will ask for new password for dcim user and it will remove the install script for security.
To access the container from the server that the container is running :
$ docker exec -it container_id /bin/bash
/var/www/dcim/pictures
/var/www/dcim/drawings
/var/lib/mysql
note: deploy this container behind proxy with SSL :
https://github.com/jwilder/nginx-proxy
https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion
About Opendcim: www.opendcim.org
To help improve this container docker-opendcim
Example of this docker-opendcim
For additional info about us and our projects check our site www.quantumobject.org