Skip to content
/ i-doit Public

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

Notifications You must be signed in to change notification settings

KaDock/i-doit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker image for the open source CMDB i-doit.

Build, then launch

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

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

Point your browser to http://localhost:<port>/i-doit/ and complete the installation steps.

Pull from docker hub, then launch

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

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

Notes

Can be used to explore i-doit's functionality and for evaluation purposes. The image is neither prepared nor tested for a production installation.

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