User Tools

Site Tools


frigate_nvr_installation

Differences

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

Link to this comparison view

Next revision
Previous revision
frigate_nvr_installation [2024/12/06 15:40] – created mark_scottworld.netfrigate_nvr_installation [2025/04/18 13:40] (current) – removed mark_scottworld.net
Line 1: Line 1:
-====== Frigate NVR Installation ====== 
  
- 
-===== Docker Installation ===== 
- 
-Download and save the Docker repository signing key: 
- 
-  curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg 
-   
-Add the Docker repository in /etc/apt/sources.list.d/docker.list: 
- 
-  deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu noble stable 
-   
-Allow unattended updates from this repository by add to /etc/apt/apt.conf.d/50unattended-upgrades: 
- 
-<code> 
-  Unattended-Upgrade::Allowed-Origins {  
-        // Append to end of existing entries 
-        "Docker:${distro_codename}"; 
-}; 
-</code> 
- 
-Update the repositories and install the package: 
- 
-<code> 
-apt update 
-apt install docker-ce docker-ce-cli containerd.io docker-compose-plugin 
-</code> 
- 
-Check all is working with: 
- 
-  docker version 
-   
-Stop the services 
frigate_nvr_installation.1733496006.txt.gz · Last modified: 2024/12/06 15:40 by mark_scottworld.net

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki