From 3845058bae97218be9eb60264b6c803d324b4240 Mon Sep 17 00:00:00 2001 From: aiminick Date: Tue, 13 Apr 2021 14:09:35 +0800 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 64ceee1..e8b64a2 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,8 @@ Thanks for your donation! We'll get the greatest power from your encourage! [- 3-16.5 USB mass storage boot problem](./README.md#3-165-usb-mass-storage-boot-problem) +[- 3-16.6 How to upgrade Docker-CE](./README.md#3-16-6-How-to-upgrade-Docker-CE) + [3-17. Extra Application Instructions](./README.md#3-17-extra-application-instructions) [- 3-17.1 WPS Office Arm 64-bit Desktop Installation Note](./README.md#3-171-wps-office-arm-64-bit-desktop-installation-note) @@ -1271,6 +1273,19 @@ systemctl mask bluealsa.service If you met a problem from USB mass storage to boot, pls read [here](/docs/pi4-usb-boot-problems.md) to fix the problem. +#### 3-16.6 How to upgrade Docker-CE + +Run the following commands as root user: + +``` +curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - +echo "deb https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian \ + $(lsb_release -cs) stable" | \ + sudo tee /etc/apt/sources.list.d/docker.list +apt update +apt upgrade +``` + ### 3-17. Extra Application Instructions #### 3-17.1 WPS Office Arm 64-bit Desktop Installation Note