Skip to content

docker images for the open source CMDB i-doit - docker build files

Notifications You must be signed in to change notification settings

dcardozoo/docker-i-doit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker image for the open source CMDB i-doit.

Beware The docker image can be used to explore i-doit functionality and for evaluation purposes. It is neither prepared nor tested for a production installation.

i-doit 1.8

Build, then launch

# build the image
% sudo docker build -t i-doit:1.8 https://github.com/Gubaer/docker-i-doit.git#:1.8

# run the application. Replace 8080 with a free port number on localhost.
% sudo docker run -p 8080:80 -t i-doit:1.8 

Point your browser to http://localhost:8080/i-doit/ and complete the installation steps. Just keep the default values suggested by i-doit and click Next until the installation is completed.

Pull from docker hub, then launch

# pull from docker hub
% sudo docker pull gubaer/i-doit:1.8

# run the application. Replace 8080 with a free port number on localhost.
% sudo docker run -p 8080:80 -t gubaer/i-doit:1.8

Point your browser to http://localhost:8080/i-doit/ and complete the installation steps. Just keep the default values suggested by i-doit and click Next until the installation is completed.

i-doit 1.4.7

Build, then launch

# build the image
% sudo docker build -t i-doit:1.4.7 https://github.com/Gubaer/docker-i-doit.git#:1.4.7

# run the application. Replace 8080 with a free port number on localhost.
% sudo docker run -p 8080:80 -t i-doit:1.4.7 

Point your browser to http://localhost:8080/i-doit/ and complete the installation steps. Just keep the default values suggested by i-doit and click Next until the installation is completed.

Pull from docker hub, then launch

# pull from docker hub
% sudo docker pull gubaer/i-doit:1.4.7

# run the application. Replace 8080 with a free port number on localhost.
% sudo docker run -p 8080:80 -t gubaer/i-doit:1.4.7

Point your browser to http://localhost:8080/i-doit/ and complete the installation steps. Just keep the default values suggested by i-doit and click Next until the installation is completed.

About

docker images for the open source CMDB i-doit - docker build files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 89.8%
  • Makefile 7.4%
  • Shell 2.8%