Includes an installation of the open source CMDB i-doit.
Exports the web interface of i-doit on port 80.
# pull the image
% sudo docker pull gubaer/i-doit
# launch it. Replace <port> with a free port on localhost
% sudo docker run -p <port>:80 -t gubaer/i-doit
Then connect to http://localhost:<port>/i-doit/, complete the installation steps, and start using i-doit.
The Dockerfile is maintained on Github.
Content type
Image
Digest
sha256:6399802fd…
Size
156 MB
Last updated
almost 11 years ago
docker pull gubaer/i-doit