Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker_notes:misc [2025-02-15 Sat wk07 10:57] – [References] baumkpdocker_notes:misc [2025-04-25 Fri wk17 10:04] (current) – [netbox] baumkp
Line 1: Line 1:
-{{tag>linux docker It-tools Dockge}}+{{tag>linux docker It-tools Dockge Loki watchtower netbox}}
 ======Docker Miscellaneous===== ======Docker Miscellaneous=====
  
Line 140: Line 140:
  
 ====References==== ====References====
 +++++|
   *github   *github
     *[[https://github.com/louislam/dockge|dockge]]     *[[https://github.com/louislam/dockge|dockge]]
   *[[https://dockge.kuma.pet/||dockge kuma pet?]]   *[[https://dockge.kuma.pet/||dockge kuma pet?]]
 +++++
  
 +=====Grafana=====
 +Grafana is an open-source analytics platform that makes visualizing your data an easy process. The tool can even send you alerts based on the data it has processed. It has become a tool that is often utilized in monitoring stacks.
 +
 +====References====
 +++++|
 +  *[[https://grafana.com/|Grafana]]
 +    *[[https://grafana.com/docs/grafana/latest/introduction/|About]]
 +    *[[https://grafana.com/docs/grafana/latest/setup-grafana/installation/docker/|Run Grafana Docker image]]
 +    *[[https://grafana.com/docs/grafana/latest/setup-grafana/configure-docker/|Config Grafana Docker]]
 +    *[[https://grafana.com/grafana/dashboards/|Dashboards]]
 +      *[[https://grafana.com/grafana/dashboards/17346-traefik-official-standalone-dashboard/|trafik]] | [[https://grafana.com/solutions/traefik/monitor/?pg=dashboards&plcmt=traefik-official-standalone-dashboard|traefik]]
 +  *[[https://pimylifeup.com/grafana-docker/|Setting up Grafana using Docker Compose]]
 +  *[[https://medium.com/@syed_usman_ahmed/using-grafana-with-docker-part-1-2a5503bbc49b|Using Grafana with Docker Part 1]] | [[https://medium.com/@syed_usman_ahmed/using-grafana-with-docker-part-2-85883d833867|Deploy Grafana latest version with Docker — Part 2]]
 +++++
  
 =====Loki - Logging===== =====Loki - Logging=====
Line 159: Line 175:
 ++++ ++++
  
 +=====watchtower=====
 +With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry.
 +++++watchtower can be run with|
 +
 +<code yaml>$ docker run --detach \
 +    --name watchtower \
 +    --volume /var/run/docker.sock:/var/run/docker.sock \
 +    containrrr/watchtower</code>
 +++++
 +
 +====reference====
 +  *[[https://github.com/containrrr/watchtower|watchtower]] github page
 +  *Main [[https://containrrr.dev/watchtower/|watchtower]] web page
 +    *See watchtower [[https://containrrr.dev/watchtower/container-selection/|container selection]] on how to use labels in containers to make watchtower explicitly exclude, include or monitor only.
 +  *Linux handbook notes on [[https://linuxhandbook.com/watchtower/|watchtower]]
 +
 +=====netbox=====
 +[[https://github.com/netbox-community/netbox|Netbox]] is an IP address management (IPAM) and data center infrastructure management (DCIM) tool.
 +====reference====
 +  *[[https://github.com/netbox-community/netbox|Netbox]]
 +  *[[https://www.virtualizationhowto.com/2024/10/netbox-docker-compose-install-example/|NetBox Docker Compose Install Example]]
 +  *[[https://docs.linuxserver.io/images/docker-netbox/|linuxserver netbox]]
 <- docker_notes:nginx-php-notes|Back ^ docker_notes:index|Start page ^ |End-> <- docker_notes:nginx-php-notes|Back ^ docker_notes:index|Start page ^ |End->