8000 GitHub - crocodileone/docker-cacti: Cacti Server in a docker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

crocodileone/docker-cacti

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-cacti

Usage

Use the command below to run your own container:

$ docker run -d -p 8080:80 -p 161:161 leniy/cacti

Accessing the Cacti applications:

Find your port by:

$ docker ps

Then you can visit your site by the following url:

  • http://host_ip:8080/

Or access docker directly by:

  • http://host_ip:port/cacti/

Then you can login by username:admin and password:admin.

Files Located

  • WWW folder: /var/www/html/
  • Cacti folder: /usr/share/cacti/site/

Relations

Visit my blog here: Leniy's Blog

About

Cacti Server in a docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 47.6%
  • Shell 38.9%
  • HTML 13.5%
0