Premium Only Content

How to install docker and two docker containers
Here is a video on how to install docker on debian and two containers. One of them being portainer and homarr.
Portainer
https://docs.portainer.io/start/install-ce/docker/linux
Homarr
https://homarr.dev/docs/getting-started/installation/docker/
install Docker and Docker Compose on Debian 12, follow these steps:
Update your system and install necessary packages:
sudo apt update && sudo apt upgrade -y
sudo apt install ca-certificates curl gnupg lsb-release
Add the Docker GPG key and repository:
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
sudo chmod a+r /etc/apt/keyrings/docker.gpg
Add the Docker repository to APT sources:
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
Update the package index and install Docker:
sudo apt update
sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
Verify the installation by running the hello-world image:
sudo docker run hello-world
To manage Docker as a non-root user, add your user to the docker group:
sudo usermod -aG docker $USER
Log out and log back in for the changes to take effect.
Verify Docker Compose installation:
-
1:07:38
TheCrucible
3 hours agoThe Extravaganza! EP: 50 (10/08/25)
76.3K14 -
1:27:22
Kim Iversen
3 hours agoThis Outsider Could Finally Take Down The Establishment | Candace Owens Was Right, Now Who Killed Charlie?
18.7K56 -
1:30:28
Redacted News
3 hours agoIsrael's Government on the Verge of Collapse? Israeli's demand Netanyahu resign NOW | Redacted News
105K108 -
1:09:29
vivafrei
5 hours agoRaja Jackson Charges Explained! James Comey Peads "Not Guilty"! L.A. Firest Were ARSON! & More!
108K39 -
24:41
CharLee Simons presents DO NOT TALK
19 hours agoDINESH D'SOUZA is back on DO NOT TALK
9.98K1 -
4:22:47
Right Side Broadcasting Network
9 hours agoLIVE REPLAY: President Trump Participates in a Roundtable on ANTIFA - 10/8/25
106K97 -
LIVE
Dr Disrespect
8 hours ago🔴LIVE - DR DISRESPECT - BLACK OPS 7 - BANG BANG BANG
1,130 watching -
1:35:05
The White House
5 hours agoPresident Trump Participates in a Roundtable on ANTIFA
41.8K51 -
LIVE
LFA TV
20 hours agoLIVE & BREAKING NEWS! | WEDNESDAY 10/8/25
830 watching -
3:33:37
Barry Cunningham
7 hours agoBREAKING NEWS: PRESIDENT TRUMP HOSTS ROUNDTABLE DISCUSSION ABOUT ANTIFA!
37.7K17