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:
-
2:11:49
Steven Crowder
5 hours agoThe Lies are Sick: Charlie Kirk's Legacy Separating Fact from Fiction
487K377 -
1:22:10
Sean Unpaved
2 hours agoMNF Mayhem: Bucs' Stunner, Brady's Booth Drama, Shedeur's Draft Doge & the Masters on Prime
21.9K1 -
1:07:59
NotTheBee
1 day agoOur Memories Of Charlie Kirk And What This Means For The Country
73.5K26 -
19:40
Clickbait Wasteland
15 hours ago $0.23 earnedAsking New Yorkers Who They Support For Mayor: The Bronx
4.93K3 -
LIVE
TheAlecLaceShow
1 hour agoCharlie Kirk Assassin's Discord Confession EXPOSED! Dems' Reaction | Jim Pfaff on The Alec Lace Show
132 watching -
1:19:51
The Rubin Report
4 hours agoListen to the Fear in Whoopi Goldberg’s Voice on 'The View' as She Gives a Chilling Warning
79.7K99 -
1:29:36
Rebel News
2 hours agoLibs blame Poilievre, Cons call to scrap TFW program, Carney on Canada-US relations | Rebel Roundup
22.5K13 -
1:51:24
The Mel K Show
3 hours agoMORNINGS WITH MEL K - Constitution Incompatible with Globalist Goals 9-16-25
46.6K7 -
35:35
Grant Stinchfield
3 hours ago $1.27 earnedRFK Jr. Speaks Out: The Pain of Assassination & the Loss of Charlie Kirk
25K6 -
1:59:33
Benny Johnson
5 hours agoKash Patel Testifying LIVE Now on Charlie Kirk Assassination, Trump to Declare Antifa TERRORISTS?!
111K95