Browsing this Thread:   1 Anonymous Users






debian docker
#1
Just can't stay away
Just can't stay away


See User information
1, Set up Docker's apt repository.

# Add Docker's official GPG key:
sudo apt-get update
sudo apt
-get install ca-certificates curl gnupg
sudo install 
-m 0755 -/etc/apt/keyrings
curl 
-fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
sudo chmod a+/etc/apt/keyrings/docker.gpg

# Add the repository to Apt sources:
echo 
  
"deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian 
  "
$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" 
  
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt
-get update

2, Install the Docker packages.

sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin


3, Verify that the installation is successful by running the hello-world image:

sudo docker run hello-world






Posted on: 2023/10/31 15:09
Top








friend links
Themes

(2 themes)
Login
Username:

Password:


Lost Password?
Register now!
Categories
Xoops (11)
--Modules (2)
--Themes (0)
Article (8)