Uploaded September 2025 | Updated September 2026, 1 week ago
youtu.be/SFWQrDXoJpc
Docker is one of the most popular containerization platforms, allowing you to run applications in isolated environments. By default, Docker runs in rootful mode, meaning it uses the system's root privileges for managing containers. This setup is best for most users who want better compatibility and fewer configuration issues.
In this video, you'll learn how to install and configure Docker engine and Docker compose on a clean Debian system using rootful mode.
Commands:
sudo apt update && sudo apt upgrade -y
sudo apt install -y ca-certificates curl gnupg lsb-release
sudo mkdir -p /etc/apt/keyrings
curl -fsSL download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
sudo apt modernize-sources
sudo apt update
sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo systemctl enable docker
sudo systemctl start docker
sudo systemctl status docker
sudo docker run hello-world
sudo docker version
sudo usermod -aG docker $USER
newgrp docker
docker ps
sudo docker info | grep -i rootless
ps aux | grep dockerd
docker compose version
sudo curl -L "github.com/docker/compose/releases/download/$(curl -s api.github.com/repos/docker/compose/releases/latest | grep tag_name | cut -d '"' -f4)/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version
What you'll learn:
1. Step 1. Update Your System
a. How to keep your system updated
b. How to ensure you have the latest security patches
c. How To update your Debian system
2. Step 2. Add the Official Docker Repository
a. How to Install dependencies:
b. How to Add Docker’s GPG key
c. How to Add the Docker repository
d. How to modernize the apt sources
e. How to Update package lists
3. Step 3. Install Docker Engine and Docker Compose on Debian
a. How To install docker engine, Docker CLI and Docker Compose plugin
4. Step 4. Enable and Start Docker
a. How to Enable the docker service on system startup using commands
b. How to Check the service status
c. How to check if the docker service is loaded and running
5. Step 5. Verify Docker Installation
a. How To make sure if Docker is properly installed and working
6. Step 6: Check Docker Version
a. How To verify the installed Docker version
7. Step 7. Manage Docker Without sudo (Optional)
a. How To manage containers without sudo
b. How to add your user to the docker group
c. How to verify if you can be able to manage docker without using sudo
8. Step 8. Check If Docker Is Running in Rootful Mode
a. How to Check who runs the daemon process
9. Step 9. Enable Docker Compose
a. How you can download the most recent version standalone Compose binary from Docker Compose GitHub official releases page
---
🔥 Download Opera GX (Gamer’s Browser): offergate-software12.com/2-ctv4r-b1eq-cv5u-e541
🌍 Try Opera One (Multigeo): nefabop.com/6-11g1fd-c1hm-gv5u-j5ma
💸 Every install supports COMPUTER EVERYWHERE — thank you!
---
#Docker #Debian13 #InstallDocker #LinuxTutorial #DebianLinux #DockerInstallation #RootfulMode #LinuxForBeginners #DockerOnDebian #TechTutorial #DevOps #Containerization #LinuxCommands #SelfHosting #linuxtips #live
youtu.be/SFWQrDXoJpc
Docker is one of the most popular containerization platforms, allowing you to run applications in isolated environments. By default, Docker runs in rootful mode, meaning it uses the system's root privileges for managing containers. This setup is best for most users who want better compatibility and fewer configuration issues.
In this video, you'll learn how to install and configure Docker engine and Docker compose on a clean Debian system using rootful mode.
Commands:
sudo apt update && sudo apt upgrade -y
sudo apt install -y ca-certificates curl gnupg lsb-release
sudo mkdir -p /etc/apt/keyrings
curl -fsSL download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
sudo apt modernize-sources
sudo apt update
sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo systemctl enable docker
sudo systemctl start docker
sudo systemctl status docker
sudo docker run hello-world
sudo docker version
sudo usermod -aG docker $USER
newgrp docker
docker ps
sudo docker info | grep -i rootless
ps aux | grep dockerd
docker compose version
sudo curl -L "github.com/docker/compose/releases/download/$(curl -s api.github.com/repos/docker/compose/releases/latest | grep tag_name | cut -d '"' -f4)/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version
What you'll learn:
1. Step 1. Update Your System
a. How to keep your system updated
b. How to ensure you have the latest security patches
c. How To update your Debian system
2. Step 2. Add the Official Docker Repository
a. How to Install dependencies:
b. How to Add Docker’s GPG key
c. How to Add the Docker repository
d. How to modernize the apt sources
e. How to Update package lists
3. Step 3. Install Docker Engine and Docker Compose on Debian
a. How To install docker engine, Docker CLI and Docker Compose plugin
4. Step 4. Enable and Start Docker
a. How to Enable the docker service on system startup using commands
b. How to Check the service status
c. How to check if the docker service is loaded and running
5. Step 5. Verify Docker Installation
a. How To make sure if Docker is properly installed and working
6. Step 6: Check Docker Version
a. How To verify the installed Docker version
7. Step 7. Manage Docker Without sudo (Optional)
a. How To manage containers without sudo
b. How to add your user to the docker group
c. How to verify if you can be able to manage docker without using sudo
8. Step 8. Check If Docker Is Running in Rootful Mode
a. How to Check who runs the daemon process
9. Step 9. Enable Docker Compose
a. How you can download the most recent version standalone Compose binary from Docker Compose GitHub official releases page
---
🔥 Download Opera GX (Gamer’s Browser): offergate-software12.com/2-ctv4r-b1eq-cv5u-e541
🌍 Try Opera One (Multigeo): nefabop.com/6-11g1fd-c1hm-gv5u-j5ma
💸 Every install supports COMPUTER EVERYWHERE — thank you!
---
#Docker #Debian13 #InstallDocker #LinuxTutorial #DebianLinux #DockerInstallation #RootfulMode #LinuxForBeginners #DockerOnDebian #TechTutorial #DevOps #Containerization #LinuxCommands #SelfHosting #linuxtips #live






![How to Remove AI Features and Bloat From Your Browser
These days, when you launch any browser, you are immediately bombarded with AI assistants asking to write your emails, shopping sidebars offering coupons you didn’t ask for, and sponsored articles cluttering your new tab page. It is noisy, distracting, and for many of us, entirely unwanted. Just the Browser is an open-source tool that strips away the marketing fluff, the AI chatbots, and the tracking telemetry, leaving you with a fast, and private way to surf the web. It doesn’t require you to switch to a niche, unsupported browser fork. Instead, it forces your existing mainstream browser to behave itself.
Command:
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/corbindavenport/just-the-browser/main/main.ps1)))
What youll learn:
1. How to disable built-in AI assistants and experimental AI modes
2. How to remove features like Microsoft Copilot in Edge, Gemini in Chrome, and similar integrations in Firefox
3. How to Strips out shopping-related clutter, including price tracking, coupon pop-ups, cashback prompts, and buy-now-pay-later offers that interrupt browsing sessions
4. How to Removes sponsored content and third-party recommendations from new tab pages, such as suggested articles, ads, and promotional shortcuts
5. How to Turns off telemetry, studies, and most background data collection features to significantly improve user privacy, while leaving optional crash reporting enabled where supported
6. How to Eliminates default browser nags, welcome screens, and repeated prompts to import data or change system settings
7. How to Prevents browsers from launching background services or startup boost processes without explicit user permission
8. Installation and Setup
a. How to verify which policies are active
b. How to run the installation script
9. Removing the settings from your browser
a. How to remove Just the Browser configurations
b. How to make browser return to its default state
Song: Kaflu - Sunshine Moon
Music provided by Vlog No Copyright Music
Link: https://bit.ly/3YMWwW7
#computereverywhere #BrowserTips #TechTutorial #PCOptimization #SpeedUpBrowser #TechGuide #ComputerTips #WindowsTips #ProductivityTips #RemoveBloat #NoBloat #Debloat #PrivacyFirst #StopTracking #CleanBrowser #LightweightBrowser #MinimalSetup #DisableAI #AIFeatures #RemoveAI #AIBloat #NoAI #AISettings #BrowserAI#GoogleChrome #MicrosoftEdge #MozillaFirefox #ChromeTips #EdgeTips #FirefoxTips #FasterBrowser #BoostPerformance #LagFix #SpeedTips #OptimizePC #HowTo #Tutorial #TechYouTube #FixIt #StepByStep #EasyTutorial How to Remove AI Features and Bloat From Your Browser](https://i.ytimg.com/vi/hNniBSM9rZU/mqdefault.jpg)



