{"version":"https://jsonfeed.org/version/1.1","title":"NOBODY","home_page_url":"https://duizhang.fun","feed_url":"https://microfeed-duizhang-fun.pages.dev/json/","description":"","icon":"https://media-cdn.duizhang.fun/microfeed-duizhang-fun/production/images/channel-3c1360303d5cbae39b48cc2146aa8d0c.jpg","favicon":"https://microfeed-duizhang-fun.pages.dev/assets/default/favicon.png","authors":[{"name":"duizhang"}],"language":"en-us","items":[{"id":"EgRoNGvlDYr","title":"Install Docker Engine on Ubuntu","url":"https://duizhang.fun/i/EgRoNGvlDYr/","content_html":"<h1>Remove Docker PackagesRemove Docker Packages</h1><pre class=\"ql-syntax\" spellcheck=\"false\">for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done\n</pre><p>This code will remove the following Docker-related packages using the APT package manager:</p><ul><li>docker.io</li><li>docker-doc</li><li>docker-compose</li><li>docker-compose-v2</li><li>podman-docker</li><li>containerd</li><li>runc</li></ul><p>Note that this will remove the Docker runtime and related tools from your system. If you need to reinstall Docker, you will need to follow the appropriate installation instructions for your operating system.</p><h1>Install Docker on UbuntuInstall Docker on Ubuntu</h1><h2>Add Docker's official GPG key</h2><pre class=\"ql-syntax\" spellcheck=\"false\">sudo apt-get update\nsudo apt-get install ca-certificates curl\nsudo install -m 0755 -d /etc/apt/keyrings\nsudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc\nsudo chmod a+r /etc/apt/keyrings/docker.asc\n  \n</pre><h2>Add the repository to Apt sources</h2><pre class=\"ql-syntax\" spellcheck=\"false\">echo \\\n  \"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \\\n  $(. /etc/os-release &amp;&amp; echo \"$VERSION_CODENAME\") stable\" | \\\n  sudo tee /etc/apt/sources.list.d/docker.list &gt; /dev/null\nsudo apt-get update\n  \n</pre><h2>Install Docker</h2><pre class=\"ql-syntax\" spellcheck=\"false\">sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin\n  \n</pre><h2>Verify Docker installation</h2><pre class=\"ql-syntax\" spellcheck=\"false\">docker version\n  \n</pre>","content_text":"REMOVE DOCKER PACKAGESREMOVE DOCKER PACKAGES\n\nfor pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done\n\n\nThis code will remove the following Docker-related packages using the APT\npackage manager:\n\n * docker.io\n * docker-doc\n * docker-compose\n * docker-compose-v2\n * podman-docker\n * containerd\n * runc\n\nNote that this will remove the Docker runtime and related tools from your\nsystem. If you need to reinstall Docker, you will need to follow the appropriate\ninstallation instructions for your operating system.\n\n\nINSTALL DOCKER ON UBUNTUINSTALL DOCKER ON UBUNTU\n\n\nADD DOCKER'S OFFICIAL GPG KEY\n\nsudo apt-get update\nsudo apt-get install ca-certificates curl\nsudo install -m 0755 -d /etc/apt/keyrings\nsudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc\nsudo chmod a+r /etc/apt/keyrings/docker.asc\n  \n\n\n\nADD THE REPOSITORY TO APT SOURCES\n\necho \\\n  \"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \\\n  $(. /etc/os-release && echo \"$VERSION_CODENAME\") stable\" | \\\n  sudo tee /etc/apt/sources.list.d/docker.list > /dev/null\nsudo apt-get update\n  \n\n\n\nINSTALL DOCKER\n\nsudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin\n  \n\n\n\nVERIFY DOCKER INSTALLATION\n\ndocker version\n  \n","date_published":"2024-08-07T12:30:45.994Z","_microfeed":{"web_url":"https://microfeed-duizhang-fun.pages.dev/i/install-docker-engine-on-ubuntu-EgRoNGvlDYr/","json_url":"https://microfeed-duizhang-fun.pages.dev/i/EgRoNGvlDYr/json/","rss_url":"https://microfeed-duizhang-fun.pages.dev/i/EgRoNGvlDYr/rss/","guid":"docker-install","status":"published","itunes:episodeType":"full","date_published_short":"Wed Aug 07 2024","date_published_ms":1723033845994}}],"_microfeed":{"microfeed_version":"0.1.2","base_url":"https://microfeed-duizhang-fun.pages.dev","categories":[],"subscribe_methods":[{"name":"RSS","type":"rss","url":"https://microfeed-duizhang-fun.pages.dev/rss/","image":"https://microfeed-duizhang-fun.pages.dev/assets/brands/subscribe/rss.png","enabled":true,"editable":false,"id":"zwPBZNmizOn"},{"name":"JSON","type":"json","url":"https://microfeed-duizhang-fun.pages.dev/json/","image":"https://microfeed-duizhang-fun.pages.dev/assets/brands/subscribe/json.png","enabled":true,"editable":false,"id":"bdiwzxUsdmU"}],"description_text":"","copyright":"©2024","itunes:type":"episodic","itunes:email":"xxynly@gmail.com","items_sort_order":"newest_first"}}