So I have tried may options for configuring nvr (Network Video Recorder) systems in the past. ZoneMinder is also very good for a basic system. However, Frigate takes nvr to a new level. Below, are some of its benefits. So, that is a short list of options that are supported with Frigate. Now, let’s get … Read More “Frigate is Awesome” »
Tag: Docker
So, with all cloud technologies these days. It is clear the core layers are moving faster than the supporting elements can keep up. For instance, Rancher or Portainer. Now, this is not about ether one of them but instead how to setup core infrastructure to meet the needs of upper layers. That is, how to … Read More “Debian Kubernetes: Install Specific Version” »
Installation Simple article to get the latest Docker Compose on Debian 11 Note: If you want the breakdown of this command I will have it on the next page. Now make executable and move to appropriate bin dir Testing whereis test tests to see if docker-compose is installed where it is expected to be installed … Read More “Debian 11 and Docker-Compose” »
Intro So, check here for more Rancher 2.6 info. Ok, so Debian 11 (also should work for Ubuntu 22) does not work well due to so Docker and iptables settings that have to be adjusted. See here for that. Setup Step1: Configure Docker Docker is critical to setting up Rancher. Note, there are more ways … Read More “Create Simple Rancher2.6 on Debian11” »
Procedure 1. sudo curl -L “https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)” -o /usr/local/bin/docker-compose 2. sudo chmod +x /usr/local/bin/docker-compose 3. sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose 4. to verify: docker-compose –version That is it docker compose is installed and ready to run.
So, if anyone attempts to load Rancher 2.6 on Debian 11 it will fail. I found a bug report on the Rancher GitHub that indicated the issue occurs with because of problems with Docker. So, this is an article to combine all that I have done to correct the issue and all known issues I … Read More “Debian11 and Rancher2.6” »