Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker_notes:misc [2025-01-27 Mon wk05 10:24] – [IT-TOOLS] baumkp | docker_notes:misc [2025-03-23 Sun wk12 09:53] (current) – [reference] baumkp | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
======Docker Miscellaneous===== | ======Docker Miscellaneous===== | ||
Line 37: | Line 37: | ||
Remember to add URL to local DNS. | Remember to add URL to local DNS. | ||
- | |||
====References==== | ====References==== | ||
+ | ++++| | ||
*Github | *Github | ||
*[[https:// | *[[https:// | ||
*[[https:// | *[[https:// | ||
+ | ++++ | ||
=====CyberChef===== | =====CyberChef===== | ||
The Cyber Swiss Army Knife | The Cyber Swiss Army Knife | ||
Line 81: | Line 81: | ||
====References==== | ====References==== | ||
+ | ++++| | ||
*Github | *Github | ||
*[[https:// | *[[https:// | ||
+ | ++++ | ||
=====Dockge===== | =====Dockge===== | ||
A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager. | A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager. | ||
Line 139: | Line 140: | ||
====References==== | ====References==== | ||
+ | ++++| | ||
*github | *github | ||
*[[https:// | *[[https:// | ||
*[[https:// | *[[https:// | ||
+ | ++++ | ||
+ | |||
+ | =====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:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | ++++ | ||
+ | |||
+ | =====Loki - Logging===== | ||
+ | Loki is Grafana’s log aggregation component. | ||
+ | My first attempt at using Loki caused my Docker to fail!. | ||
+ | |||
+ | ====References==== | ||
+ | ++++| | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | ++++ | ||
+ | |||
+ | =====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 / | ||
+ | containrrr/ | ||
+ | ++++ | ||
+ | |||
+ | ====reference==== | ||
+ | *[[https:// | ||
+ | *Main [[https:// | ||
+ | *See watchtower [[https:// | ||
+ | *Linux handbook notes on [[https:// | ||
<- docker_notes: | <- docker_notes: |