<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>go on cubatic's blog</title><link>https://blog.121306.xyz/tags/go/</link><description>Recent content in go on cubatic's blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 22 Feb 2024 12:00:05 +0800</lastBuildDate><atom:link href="https://blog.121306.xyz/tags/go/index.xml" rel="self" type="application/rss+xml"/><item><title>Docker</title><link>https://blog.121306.xyz/posts/debian/docker/</link><pubDate>Thu, 22 Feb 2024 12:00:05 +0800</pubDate><guid>https://blog.121306.xyz/posts/debian/docker/</guid><description>Docker install 1. Install from script curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh 2. Install using the apt repository # Add Docker&amp;#39;s official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc sudo chmod a+r /etc/apt/keyrings/docker.asc # Add the repository to Apt sources: echo \ &amp;#34;deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \ $(. /etc/os-release &amp;amp;&amp;amp; echo &amp;#34;$VERSION_CODENAME&amp;#34;) stable&amp;#34; | \ sudo tee /etc/apt/sources.</description></item></channel></rss>