Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Help about MediaWiki
FUTO
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Introduction to a Self Managed Life: a 13 hour & 28 minute presentation by FUTO software
(section)
Main Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== 3.1 Install Docker ==== <ol style="list-style-type: decimal;"> <li><p>'''Verify Existing Docker Installation:'''</p> <p>Run the command to check if Docker is installed: <code>docker --version</code>. Make sure the version is 24.0.0 or later. If itβs an older version, remove it by using:</p> <pre>sudo apt remove docker docker-engine docker.io containerd runc</pre></li> <li><p>'''Install the Latest Version of Docker:'''</p> <p>Download and install Docker using the official installation script. Run:</p> <pre>curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh</pre></li></ol> <blockquote>'''Note:''' Use the official Docker installation, not the Snap version. The Snap version is [https://www.reddit.com/r/docker/comments/shztqs/wow_docker_works_a_lot_better_when_you_dont_have/ ''horrible''] & causes tons of issues. If you got tricked into installing Docker at the end of the Ubuntu server installation prompts, I am sorry, but you have to remove that, itβs garbage. Run <code>sudo snap remove docker</code> and never look back. </blockquote> <ol start="3" style="list-style-type: decimal;"> <li><p>'''Install Docker Compose:'''</p> <pre>sudo apt install docker-compose-plugin -y</pre></li> <li><p>'''Verify Docker Compose Installation:'''</p></li> <li><p>Make sure Docker Compose version is 2.0 or higher by running:</p> <pre>docker compose version</pre></li> <li><p>'''Set Proper Permissions for Docker:'''</p> <ul> <li><p>Docker typically requires root permissions, but you can add your user to the Docker group to avoid using <code>sudo</code>. Run:</p> <pre>sudo usermod -aG docker $USER</pre></li> <li><p>Log out and log back in, or run:</p> <pre>newgrp docker</pre></li></ul> </li></ol> <span id="install-frigate"></span>
Summary:
Please note that all contributions to FUTO may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
FUTO:Copyrights
for details).
Do not submit copyrighted work without permission!
To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:
Cancel
Editing help
(opens in new window)