当前位置: 首页 > news >正文

RK3568安装部署Docker容器

设置华为镜像源

sudo sed -i 's/huaweicloud.com/ustc.edu.cn/g' /etc/apt/sources.list

更新索引

root@ok3568:/home/forlinx# sudo apt-get update
Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Reading package lists... Done
安装 HTTPS 支持包
sudo apt install -y apt-transport-https ca-certificates curl software-properties-common

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:apg aptdaemon aptdaemon-data audacious-plugins-data bolt bubblewrap cheese-common dconf-cli docbook-xml enchant-2 evolution-data-server-common fprintd geoclue-2.0 gir1.2-gir1.2-geoclue-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomedesktop-3.0 gir1.2-graphene-1.0 gir1.2-gweather-3.0 gir1.2-ibus-1.0 gir1.2-json-1.0 gir1.2-nma-1.0 gir1.2-rsvg-2.gnome-control-center-data gnome-control-center-faces gnome-desktop3-data gnome-menus gnome-session-common gnome-settings-daemon gnome-settings-daemon-common gnome-shell-cjavascript-common kio language-selector-common language-selector-gnome liba52-0.7.4 libaribb24-0 libasn1-8-heimdal libaudcore5 libaudgui5 libaudtag3 libbasicusageenvironmlibcogl-common libcolord-gtk1 libcue2 libdca0 libdvbpsi10 libebackend-1.2-10 libebml4v5 libebook-1.2-20 libebook-contacts-1.2-3 libecal-2.0-1 libedata-book-1.2-26 libedatlibgdcm3.0 libgdm1 libgee-0.8-2 libgeoclue-2-0 libgeocode-glib0 libgeos-3.8.0 libgeotiff5 libgjs0g libgnome-autoar-0-0 libgnome-bluetooth13 libgnome-desktop-3-19 libgnomelibgtop2-common libgupnp-av-1.0-2 libgweather-3-16 libgweather-common libharfbuzz-icu0 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhfstospell10 libhxlibjavascriptcoregtk-4.0-18 libjs-jquery libkf5archive5 libkf5attica5 libkf5completion-data libkf5completion5 libkf5doctools5 libkf5globalaccel-bin libkf5globalaccel-datalibkf5iconthemes5 libkf5idletime5 libkf5itemviews-data libkf5itemviews5 libkf5jobwidgets-data libkf5jobwidgets5 libkf5kiocore5 libkf5kiontlm5 libkf5kiowidgets5 libkf5notilibkf5sonnetui5 libkf5textwidgets-data libkf5textwidgets5 libkf5xmlgui-bin libkf5xmlgui-data libkf5xmlgui5 libkrb5-26-heimdal liblirc-client0 liblivemedia64 liblivemedia7libopencv-flann4.2 libopencv-imgproc4.2 libopencv-ml4.2 libopencv-photo4.2 libopenexr24 libopenmpt-modplug1 libpam-fprintd libphonenumber7 libphonon4qt5-4 libphonon4qt5-dlibqca-qt5-2-plugins libqt5designer5 libqt5help5 libqt5multimedia5 libqt5multimediaquick5 libqt5multimediawidgets5 libqt5positioning5 libqt5quickwidgets5 libqt5sensors5 llibqt5webenginewidgets5 libresid-builder0c2a libroken18-heimdal librygel-core-2.6-2 librygel-db-2.6-2 librygel-renderer-2.6-2 librygel-server-2.6-2 libsdl-image1.2 libsdllibupnp13 libupower-glib3 libusageenvironment3 libusrsctp1 libvlc-bin libvlc5 libvlccore9 libvoikko1 libwhoopsie-preferences0 libwhoopsie0 libwind0-heimdal libwoff1 libx1lxqt-session-l10n media-player-info meteo-qt-l10n mutter-common pavucontrol-qt-l10n python3-aptdaemon python3-aptdaemon.gtk3widgets python3-bs4 python3-defer python3-htmlpython3-pymacaroons python3-rfc3339 python3-sip python3-soupsieve python3-tz python3-webencodings quassel-data session-migration sgml-base sgml-data sonnet-plugins switchvlc-plugin-base whoopsie-preferences xdg-dbus-proxy xfwm4-theme-breeze xml-core xsettingsd yaru-theme-gnome-shell yelp-xsl zenity-common
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:libcurl4 python3-distro-info python3-software-properties unattended-upgrades
Suggested packages:bsd-mailx default-mta | mail-transport-agent needrestart
The following NEW packages will be installed:apt-transport-https curl python3-distro-info python3-software-properties software-properties-common unattended-upgrades
The following packages will be upgraded:ca-certificates libcurl4
2 upgraded, 6 newly installed, 0 to remove and 375 not upgraded.
Need to get 613 kB of archives.
After this operation, 1407 kB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-distro-info all 0.23ubuntu1.1 [5944 B]
Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 apt-transport-https all 2.0.10 [1704 B]
Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.23 [216 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.23 [157 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-software-properties all 0.99.9.12 [21.7 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 software-properties-common all 0.99.9.12 [10.4 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unattended-upgrades all 2.3ubuntu0.3 [48.5 kB]
Fetched 613 kB in 5s (118 kB/s)                
debconf: delaying package configuration, since apt-utils is not installed
dpkg: warning: files list file for package 'lsb-base' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libzstd1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'adduser' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'bsdutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'grep' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgpg-error0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libhogweed5:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'liblz4-1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ncurses-bin' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libffi7:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libacl1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libunistring2:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsmartcols1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgcrypt20:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'coreutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libcrypt1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libidn2-0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'diffutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'bzip2' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ubuntu-keyring' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libaudit-common' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgcc-s1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsemanage-common' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libseccomp2:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'fdisk' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'debconf' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libselinux1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'hostname' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'gcc-10-base:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libcap-ng0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ncurses-base' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'init-system-helpers' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libncurses6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sed' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libp11-kit0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libaudit1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libuuid1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'util-linux' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libncursesw6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libfdisk1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libnettle7:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'findutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'mount' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sensible-utils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libmount1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'procps' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libattr1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sysvinit-utils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libtasn1-6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'debianutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'mawk' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libdebconfclient0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libbz2-1.0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsemanage1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'base-passwd' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libdb5.3:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libblkid1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libstdc++6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libprocps8:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'dash' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libtinfo6:arm64' missing; assuming package has no files currently installed
(Reading database ... 208061 files and directories currently installed.)
Preparing to unpack .../0-ca-certificates_20230311ubuntu0.20.04.1_all.deb ...
Unpacking ca-certificates (20230311ubuntu0.20.04.1) over (20211016ubuntu0.20.04.1) .........................................................................................
Selecting previously unselected package python3-distro-info.................................................................................................................
Preparing to unpack .../1-python3-distro-info_0.23ubuntu1.1_all.deb ...
Unpacking python3-distro-info (0.23ubuntu1.1) ..............................................................................................................................
Selecting previously unselected package apt-transport-https.................................................................................................................
Preparing to unpack .../2-apt-transport-https_2.0.10_all.deb ...
Unpacking apt-transport-https (2.0.10) ...#############.....................................................................................................................
Preparing to unpack .../3-libcurl4_7.68.0-1ubuntu2.23_arm64.deb ............................................................................................................
Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.23) over (7.68.0-1ubuntu2.18) ....................................................................................................
Selecting previously unselected package curl.#################################..............................................................................................
Preparing to unpack .../4-curl_7.68.0-1ubuntu2.23_arm64.deb ...
Unpacking curl (7.68.0-1ubuntu2.23) ...##############################################.......................................................................................
Selecting previously unselected package python3-software-properties.#########################...............................................................................
Preparing to unpack .../5-python3-software-properties_0.99.9.12_all.deb ...
Unpacking python3-software-properties (0.99.9.12) ...###############################################........................................................................
Selecting previously unselected package software-properties-common.#########################################................................................................
Preparing to unpack .../6-software-properties-common_0.99.9.12_all.deb ...
Unpacking software-properties-common (0.99.9.12) ...###############################################################.........................................................
Selecting previously unselected package unattended-upgrades.###############################################################.................................................
Preparing to unpack .../7-unattended-upgrades_2.3ubuntu0.3_all.deb ...
Unpacking unattended-upgrades (2.3ubuntu0.3) ...##################################################################################..........................................
Setting up apt-transport-https (2.0.10) ...###############################################################################################..................................
Setting up ca-certificates (20230311ubuntu0.20.04.1) ...#################################################################################################...................
Updating certificates in /etc/ssl/certs...######################################################################################################################............
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
19 added, 6 removed; done.
Setting up python3-software-properties (0.99.9.12) ...##################################################################################################################....
Setting up libcurl4:arm64 (7.68.0-1ubuntu2.23) ...##########################################################################################################################
Setting up curl (7.68.0-1ubuntu2.23) ...####################################################################################################################################
Setting up python3-distro-info (0.23ubuntu1.1) ...##########################################################################################################################
Setting up software-properties-common (0.99.9.12) ...#######################################################################################################################
Setting up unattended-upgrades (2.3ubuntu0.3) ...###########################################################################################################################
Progress: [ 89%] [##########################################################################################################################################################
Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new versionCreating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service.
Synchronizing state of unattended-upgrades.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable unattended-upgrades
Processing triggers for libc-bin (2.31-0ubuntu9.9) ...######################################################################################################################
Processing triggers for systemd (245.4-4ubuntu3.21) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ...
Updating certificates in /etc/ssl/certs...##################################################################################################################################
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
添加 Docker 官方 GPG 密钥
curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add 

 向源列表添加 Docker 仓库

sudo add-apt-repository "deb [arch=aarch64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
sudo add-apt-repository "deb [arch=aarch64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
Get:1 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease [57.7 kB]                        
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease                                               
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Reading package lists... Done
N: Skipping acquire of configured file 'stable/binary-aarch64/Packages' as repository 'https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease' doesn't support ar

更新源

sudo apt-get update

安装Docker-CE, 提示错误

sudo apt install docker-ce
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

重新设置源

sudo sed -i 's/mirrors.aliyun.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list

重新安装

sudo apt update && sudo apt install docker-ce

成功

Xshell for Xmanager Enterprise 5 (Build 0544)
Copyright (c) 2002-2015 NetSarang Computer, Inc. All rights reserved.Type `help' to learn how to use Xshell prompt.
[c:\~]$ PSConnecting to 192.168.1.123:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 4.19.206 aarch64)* Documentation:  https://help.ubuntu.com* Management:     https://landscape.canonical.com* Support:        https://ubuntu.com/advantageThis system has been minimized by removing packages and content that are
not required on a system that users do not log into.To restore this content, you can run the 'unminimize' command.The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.forlinx@ok3568:~$ 
forlinx@ok3568:~$ 
forlinx@ok3568:~$ su
Password: 
root@ok3568:/home/forlinx# sudo sed -i 's/huaweicloud.com/ustc.edu.cn/g' /etc/apt/sources.list
root@ok3568:/home/forlinx# sudo apt-get update
Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Reading package lists... Done
root@ok3568:/home/forlinx# docker --version
bash: docker: command not found
root@ok3568:/home/forlinx# docker
bash: docker: command not found
root@ok3568:/home/forlinx# sudo apt install -y apt-transport-https ca-certificates curl software-properties-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:apg aptdaemon aptdaemon-data audacious-plugins-data bolt bubblewrap cheese-common dconf-cli docbook-xml enchant-2 evolution-data-server-common fprintd geoclue-2.0 gir1.2-gir1.2-geoclue-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomedesktop-3.0 gir1.2-graphene-1.0 gir1.2-gweather-3.0 gir1.2-ibus-1.0 gir1.2-json-1.0 gir1.2-nma-1.0 gir1.2-rsvg-2.gnome-control-center-data gnome-control-center-faces gnome-desktop3-data gnome-menus gnome-session-common gnome-settings-daemon gnome-settings-daemon-common gnome-shell-cjavascript-common kio language-selector-common language-selector-gnome liba52-0.7.4 libaribb24-0 libasn1-8-heimdal libaudcore5 libaudgui5 libaudtag3 libbasicusageenvironmlibcogl-common libcolord-gtk1 libcue2 libdca0 libdvbpsi10 libebackend-1.2-10 libebml4v5 libebook-1.2-20 libebook-contacts-1.2-3 libecal-2.0-1 libedata-book-1.2-26 libedatlibgdcm3.0 libgdm1 libgee-0.8-2 libgeoclue-2-0 libgeocode-glib0 libgeos-3.8.0 libgeotiff5 libgjs0g libgnome-autoar-0-0 libgnome-bluetooth13 libgnome-desktop-3-19 libgnomelibgtop2-common libgupnp-av-1.0-2 libgweather-3-16 libgweather-common libharfbuzz-icu0 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhfstospell10 libhxlibjavascriptcoregtk-4.0-18 libjs-jquery libkf5archive5 libkf5attica5 libkf5completion-data libkf5completion5 libkf5doctools5 libkf5globalaccel-bin libkf5globalaccel-datalibkf5iconthemes5 libkf5idletime5 libkf5itemviews-data libkf5itemviews5 libkf5jobwidgets-data libkf5jobwidgets5 libkf5kiocore5 libkf5kiontlm5 libkf5kiowidgets5 libkf5notilibkf5sonnetui5 libkf5textwidgets-data libkf5textwidgets5 libkf5xmlgui-bin libkf5xmlgui-data libkf5xmlgui5 libkrb5-26-heimdal liblirc-client0 liblivemedia64 liblivemedia7libopencv-flann4.2 libopencv-imgproc4.2 libopencv-ml4.2 libopencv-photo4.2 libopenexr24 libopenmpt-modplug1 libpam-fprintd libphonenumber7 libphonon4qt5-4 libphonon4qt5-dlibqca-qt5-2-plugins libqt5designer5 libqt5help5 libqt5multimedia5 libqt5multimediaquick5 libqt5multimediawidgets5 libqt5positioning5 libqt5quickwidgets5 libqt5sensors5 llibqt5webenginewidgets5 libresid-builder0c2a libroken18-heimdal librygel-core-2.6-2 librygel-db-2.6-2 librygel-renderer-2.6-2 librygel-server-2.6-2 libsdl-image1.2 libsdllibupnp13 libupower-glib3 libusageenvironment3 libusrsctp1 libvlc-bin libvlc5 libvlccore9 libvoikko1 libwhoopsie-preferences0 libwhoopsie0 libwind0-heimdal libwoff1 libx1lxqt-session-l10n media-player-info meteo-qt-l10n mutter-common pavucontrol-qt-l10n python3-aptdaemon python3-aptdaemon.gtk3widgets python3-bs4 python3-defer python3-htmlpython3-pymacaroons python3-rfc3339 python3-sip python3-soupsieve python3-tz python3-webencodings quassel-data session-migration sgml-base sgml-data sonnet-plugins switchvlc-plugin-base whoopsie-preferences xdg-dbus-proxy xfwm4-theme-breeze xml-core xsettingsd yaru-theme-gnome-shell yelp-xsl zenity-common
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:libcurl4 python3-distro-info python3-software-properties unattended-upgrades
Suggested packages:bsd-mailx default-mta | mail-transport-agent needrestart
The following NEW packages will be installed:apt-transport-https curl python3-distro-info python3-software-properties software-properties-common unattended-upgrades
The following packages will be upgraded:ca-certificates libcurl4
2 upgraded, 6 newly installed, 0 to remove and 375 not upgraded.
Need to get 613 kB of archives.
After this operation, 1407 kB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-distro-info all 0.23ubuntu1.1 [5944 B]
Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 apt-transport-https all 2.0.10 [1704 B]
Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.23 [216 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.23 [157 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-software-properties all 0.99.9.12 [21.7 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 software-properties-common all 0.99.9.12 [10.4 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unattended-upgrades all 2.3ubuntu0.3 [48.5 kB]
Fetched 613 kB in 5s (118 kB/s)                
debconf: delaying package configuration, since apt-utils is not installed
dpkg: warning: files list file for package 'lsb-base' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libzstd1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'adduser' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'bsdutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'grep' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgpg-error0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libhogweed5:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'liblz4-1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ncurses-bin' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libffi7:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libacl1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libunistring2:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsmartcols1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgcrypt20:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'coreutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libcrypt1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libidn2-0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'diffutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'bzip2' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ubuntu-keyring' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libaudit-common' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgcc-s1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsemanage-common' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libseccomp2:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'fdisk' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'debconf' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libselinux1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'hostname' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'gcc-10-base:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libcap-ng0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ncurses-base' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'init-system-helpers' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libncurses6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sed' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libp11-kit0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libaudit1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libuuid1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'util-linux' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libncursesw6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libfdisk1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libnettle7:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'findutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'mount' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sensible-utils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libmount1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'procps' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libattr1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sysvinit-utils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libtasn1-6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'debianutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'mawk' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libdebconfclient0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libbz2-1.0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsemanage1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'base-passwd' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libdb5.3:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libblkid1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libstdc++6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libprocps8:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'dash' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libtinfo6:arm64' missing; assuming package has no files currently installed
(Reading database ... 208061 files and directories currently installed.)
Preparing to unpack .../0-ca-certificates_20230311ubuntu0.20.04.1_all.deb ...
Unpacking ca-certificates (20230311ubuntu0.20.04.1) over (20211016ubuntu0.20.04.1) .........................................................................................
Selecting previously unselected package python3-distro-info.................................................................................................................
Preparing to unpack .../1-python3-distro-info_0.23ubuntu1.1_all.deb ...
Unpacking python3-distro-info (0.23ubuntu1.1) ..............................................................................................................................
Selecting previously unselected package apt-transport-https.................................................................................................................
Preparing to unpack .../2-apt-transport-https_2.0.10_all.deb ...
Unpacking apt-transport-https (2.0.10) ...#############.....................................................................................................................
Preparing to unpack .../3-libcurl4_7.68.0-1ubuntu2.23_arm64.deb ............................................................................................................
Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.23) over (7.68.0-1ubuntu2.18) ....................................................................................................
Selecting previously unselected package curl.#################################..............................................................................................
Preparing to unpack .../4-curl_7.68.0-1ubuntu2.23_arm64.deb ...
Unpacking curl (7.68.0-1ubuntu2.23) ...##############################################.......................................................................................
Selecting previously unselected package python3-software-properties.#########################...............................................................................
Preparing to unpack .../5-python3-software-properties_0.99.9.12_all.deb ...
Unpacking python3-software-properties (0.99.9.12) ...###############################################........................................................................
Selecting previously unselected package software-properties-common.#########################################................................................................
Preparing to unpack .../6-software-properties-common_0.99.9.12_all.deb ...
Unpacking software-properties-common (0.99.9.12) ...###############################################################.........................................................
Selecting previously unselected package unattended-upgrades.###############################################################.................................................
Preparing to unpack .../7-unattended-upgrades_2.3ubuntu0.3_all.deb ...
Unpacking unattended-upgrades (2.3ubuntu0.3) ...##################################################################################..........................................
Setting up apt-transport-https (2.0.10) ...###############################################################################################..................................
Setting up ca-certificates (20230311ubuntu0.20.04.1) ...#################################################################################################...................
Updating certificates in /etc/ssl/certs...######################################################################################################################............
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
19 added, 6 removed; done.
Setting up python3-software-properties (0.99.9.12) ...##################################################################################################################....
Setting up libcurl4:arm64 (7.68.0-1ubuntu2.23) ...##########################################################################################################################
Setting up curl (7.68.0-1ubuntu2.23) ...####################################################################################################################################
Setting up python3-distro-info (0.23ubuntu1.1) ...##########################################################################################################################
Setting up software-properties-common (0.99.9.12) ...#######################################################################################################################
Setting up unattended-upgrades (2.3ubuntu0.3) ...###########################################################################################################################
Progress: [ 89%] [##########################################################################################################################################################
Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new versionCreating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service.
Synchronizing state of unattended-upgrades.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable unattended-upgrades
Processing triggers for libc-bin (2.31-0ubuntu9.9) ...######################################################################################################################
Processing triggers for systemd (245.4-4ubuntu3.21) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ...
Updating certificates in /etc/ssl/certs...##################################################################################################################################
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
root@ok3568:/home/forlinx# sudo add-apt-repository "deb [arch=$(arch)] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
Get:1 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease [57.7 kB]
Err:1 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease          The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Reading package lists... Done
W: GPG error: https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_P
E: The repository 'https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# sudo add-apt-repository "deb [arch=aarch64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Get:5 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease [57.7 kB]
Err:5 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InReleaseThe following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8
Reading package lists... Done
W: GPG error: https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_P
E: The repository 'https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add 
OK
root@ok3568:/home/forlinx# sudo add-apt-repository "deb [arch=aarch64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
Get:1 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease [57.7 kB]                        
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease                                               
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Reading package lists... Done
N: Skipping acquire of configured file 'stable/binary-aarch64/Packages' as repository 'https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease' doesn't support ar
root@ok3568:/home/forlinx# sudo apt-get update
Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Hit:5 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease
Reading package lists... Done
N: Skipping acquire of configured file 'stable/binary-aarch64/Packages' as repository 'https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease' doesn't support ar
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# sudo apt install docker-ce
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another sourceE: Package 'docker-ce' has no installation candidate
root@ok3568:/home/forlinx# sudo apt-get install docker-ce docker-ce-cli containerd.io
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another sourceE: Package 'docker-ce' has no installation candidate
E: Unable to locate package docker-ce-cli
E: Unable to locate package containerd.io
E: Couldn't find any package by glob 'containerd.io'
E: Couldn't find any package by regex 'containerd.io'
root@ok3568:/home/forlinx# sudo sed -i 's/mirrors.aliyun.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
root@ok3568:/home/forlinx# sudo apt-get update
Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease                                                      
Get:2 https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu focal InRelease [57.7 kB]                              
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Fetched 57.7 kB in 3s (20.2 kB/s)
Reading package lists... Done
N: Skipping acquire of configured file 'stable/binary-aarch64/Packages' as repository 'https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu focal InRelease' doesn't support a
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# sudo apt install docker-ce
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another sourceE: Package 'docker-ce' has no installation candidate
root@ok3568:/home/forlinx# sudo apt-get install docker-ce docker-ce-cli containerd.io
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another sourceE: Package 'docker-ce' has no installation candidate
E: Unable to locate package docker-ce-cli
E: Unable to locate package containerd.io
E: Couldn't find any package by glob 'containerd.io'
E: Couldn't find any package by regex 'containerd.io'
root@ok3568:/home/forlinx# sudo echo "deb https://download.docker.com/linux/ubuntu zesty edge" > /etc/apt/sources.list.d/docker.list
root@ok3568:/home/forlinx# sudo apt update && sudo apt install docker-ce
Hit:1 https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu focal InRelease                                                                                                    
Ign:2 https://download.docker.com/linux/ubuntu zesty InRelease                                                                                                              
Err:3 https://download.docker.com/linux/ubuntu zesty Release                                               Could not handshake: Error in the pull function. [IP: 108.138.7.33 443]
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal InRelease                
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:6 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:7 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Reading package lists... Done
N: Skipping acquire of configured file 'stable/binary-aarch64/Packages' as repository 'https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu focal InRelease' doesn't support a
E: The repository 'https://download.docker.com/linux/ubuntu zesty Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@ok3568:/home/forlinx# sudo sed -i 's/mirrors.aliyun.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
root@ok3568:/home/forlinx# sudo apt update && sudo apt install docker-ce
Hit:1 https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu focal InRelease                                  
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease                                                
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Get:6 https://download.docker.com/linux/ubuntu zesty InRelease [49.8 kB]
Get:7 https://download.docker.com/linux/ubuntu zesty/edge arm64 Packages [1469 B]                                                                                           
Fetched 51.3 kB in 13s (3815 B/s)                                                                                                                                           
Reading package lists... Done
Building dependency tree       
Reading state information... Done
375 packages can be upgraded. Run 'apt list --upgradable' to see them.
N: Skipping acquire of configured file 'stable/binary-aarch64/Packages' as repository 'https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu focal InRelease' doesn't support a
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:apg aptdaemon aptdaemon-data audacious-plugins-data bolt bubblewrap cheese-common dconf-cli docbook-xml enchant-2 evolution-data-server-common fprintd geoclue-2.0 gir1.2-gir1.2-geoclue-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomedesktop-3.0 gir1.2-graphene-1.0 gir1.2-gweather-3.0 gir1.2-ibus-1.0 gir1.2-json-1.0 gir1.2-nma-1.0 gir1.2-rsvg-2.gnome-control-center-data gnome-control-center-faces gnome-desktop3-data gnome-menus gnome-session-common gnome-settings-daemon gnome-settings-daemon-common gnome-shell-cjavascript-common kio language-selector-common language-selector-gnome liba52-0.7.4 libaribb24-0 libasn1-8-heimdal libaudcore5 libaudgui5 libaudtag3 libbasicusageenvironmlibcogl-common libcolord-gtk1 libcue2 libdca0 libdvbpsi10 libebackend-1.2-10 libebml4v5 libebook-1.2-20 libebook-contacts-1.2-3 libecal-2.0-1 libedata-book-1.2-26 libedatlibgdcm3.0 libgdm1 libgee-0.8-2 libgeoclue-2-0 libgeocode-glib0 libgeos-3.8.0 libgeotiff5 libgjs0g libgnome-autoar-0-0 libgnome-bluetooth13 libgnome-desktop-3-19 libgnomelibgtop2-common libgupnp-av-1.0-2 libgweather-3-16 libgweather-common libharfbuzz-icu0 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhfstospell10 libhxlibjavascriptcoregtk-4.0-18 libjs-jquery libkf5archive5 libkf5attica5 libkf5completion-data libkf5completion5 libkf5doctools5 libkf5globalaccel-bin libkf5globalaccel-datalibkf5iconthemes5 libkf5idletime5 libkf5itemviews-data libkf5itemviews5 libkf5jobwidgets-data libkf5jobwidgets5 libkf5kiocore5 libkf5kiontlm5 libkf5kiowidgets5 libkf5notilibkf5sonnetui5 libkf5textwidgets-data libkf5textwidgets5 libkf5xmlgui-bin libkf5xmlgui-data libkf5xmlgui5 libkrb5-26-heimdal liblirc-client0 liblivemedia64 liblivemedia7libopencv-flann4.2 libopencv-imgproc4.2 libopencv-ml4.2 libopencv-photo4.2 libopenexr24 libopenmpt-modplug1 libpam-fprintd libphonenumber7 libphonon4qt5-4 libphonon4qt5-dlibqca-qt5-2-plugins libqt5designer5 libqt5help5 libqt5multimedia5 libqt5multimediaquick5 libqt5multimediawidgets5 libqt5positioning5 libqt5quickwidgets5 libqt5sensors5 llibqt5webenginewidgets5 libresid-builder0c2a libroken18-heimdal librygel-core-2.6-2 librygel-db-2.6-2 librygel-renderer-2.6-2 librygel-server-2.6-2 libsdl-image1.2 libsdllibupnp13 libupower-glib3 libusageenvironment3 libusrsctp1 libvlc-bin libvlc5 libvlccore9 libvoikko1 libwhoopsie-preferences0 libwhoopsie0 libwind0-heimdal libwoff1 libx1lxqt-session-l10n media-player-info meteo-qt-l10n mutter-common pavucontrol-qt-l10n python3-aptdaemon python3-aptdaemon.gtk3widgets python3-bs4 python3-defer python3-htmlpython3-pymacaroons python3-rfc3339 python3-sip python3-soupsieve python3-tz python3-webencodings quassel-data session-migration sgml-base sgml-data sonnet-plugins switchvlc-plugin-base whoopsie-preferences xdg-dbus-proxy xfwm4-theme-breeze xml-core xsettingsd yaru-theme-gnome-shell yelp-xsl zenity-common
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:apparmor aufs-tools busybox-initramfs cgroupfs-mount cpio device-tree-compiler devio flash-kernel git git-man initramfs-tools initramfs-tools-bin initramfs-tools-core klilinux-base linux-image-5.4.0-1042-iot linux-modules-5.4.0-1042-iot lz4 mtd-utils u-boot-tools
Suggested packages:apparmor-profiles-extra apparmor-utils libarchive1 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn bash-co
The following NEW packages will be installed:apparmor aufs-tools busybox-initramfs cgroupfs-mount cpio device-tree-compiler devio docker-ce flash-kernel git git-man initramfs-tools initramfs-tools-bin initramfs-toollinux-base linux-image-5.4.0-1042-iot linux-modules-5.4.0-1042-iot lz4 mtd-utils u-boot-tools
0 upgraded, 28 newly installed, 0 to remove and 375 not upgraded.
Need to get 101 MB of archives.
After this operation, 518 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 less arm64 551-1ubuntu0.3 [119 kB]  
Get:2 https://download.docker.com/linux/ubuntu zesty/edge arm64 docker-ce arm64 18.01.0~ce-0~ubuntu [23.2 MB]
Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 apparmor arm64 2.13.3-7ubuntu5.3build2 [463 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cpio arm64 2.13+dfsg-2ubuntu0.4 [80.9 kB]                                                               
Get:5 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 aufs-tools arm64 1:4.14+20190211-1ubuntu1 [102 kB]                                                          
Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 busybox-initramfs arm64 1:1.30.1-4ubuntu6.5 [158 kB]                                                    
Get:7 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 cgroupfs-mount all 1.4 [6320 B]                                                                             
Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 devio arm64 1.2-1.2 [15.2 kB]                                                                                   
Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 initramfs-tools-bin arm64 0.136ubuntu6.7 [10.7 kB]                                                      
Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libklibc arm64 2.0.7-1ubuntu5.2 [45.4 kB]                                                              
Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 klibc-utils arm64 2.0.7-1ubuntu5.2 [98.8 kB]                                                           
Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 lz4 arm64 1.9.2-2ubuntu0.20.04.1 [77.7 kB]                                                             
Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 initramfs-tools-core all 0.136ubuntu6.7 [47.8 kB]                                                      
Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 linux-base all 4.5ubuntu3.7 [17.6 kB]                                                                  
Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 initramfs-tools all 0.136ubuntu6.7 [9248 B]                                                            
Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblzo2-2 arm64 2.10-2 [45.5 kB]                                                                               
Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 mtd-utils arm64 1:2.1.1-1ubuntu1 [210 kB]                                                                      
Get:18 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 flash-kernel arm64 3.103ubuntu1~20.04.4 [38.7 kB]                                                      
Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liberror-perl all 0.17029-1 [26.5 kB]                                                                          
Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git-man all 1:2.25.1-1ubuntu3.13 [887 kB]                                                              
Get:21 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git arm64 1:2.25.1-1ubuntu3.13 [4427 kB]                                                               
Get:22 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libubootenv0.1 arm64 0.2-1 [9516 B]                                                                        
Get:23 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libubootenv-tool arm64 0.2-1 [5360 B]                                                                      
Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 linux-modules-5.4.0-1042-iot arm64 5.4.0-1042.43 [57.8 MB]                                         
Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 linux-image-5.4.0-1042-iot arm64 5.4.0-1042.43 [12.3 MB]                                           
Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 u-boot-tools arm64 2021.01+dfsg-3ubuntu0~20.04.6 [156 kB]                                              
Get:27 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfdt1 arm64 1.5.1-1 [18.5 kB]                                                                                
Get:28 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 device-tree-compiler arm64 1.5.1-1 [242 kB]                                                                    
Fetched 101 MB in 1min 31s (1112 kB/s)                                                                                                                                      
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package less.
dpkg: warning: files list file for package 'lsb-base' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libzstd1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'adduser' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'bsdutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'grep' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgpg-error0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libhogweed5:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'liblz4-1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ncurses-bin' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libffi7:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libacl1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libunistring2:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsmartcols1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgcrypt20:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'coreutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libcrypt1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libidn2-0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'diffutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'bzip2' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ubuntu-keyring' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libaudit-common' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgcc-s1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsemanage-common' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libseccomp2:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'fdisk' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'debconf' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libselinux1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'hostname' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'gcc-10-base:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libcap-ng0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ncurses-base' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'init-system-helpers' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libncurses6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sed' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libp11-kit0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libaudit1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libuuid1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'util-linux' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libncursesw6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libfdisk1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libnettle7:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'findutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'mount' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sensible-utils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libmount1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'procps' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libattr1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sysvinit-utils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libtasn1-6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'debianutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'mawk' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libdebconfclient0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libbz2-1.0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsemanage1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'base-passwd' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libdb5.3:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libblkid1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libstdc++6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libprocps8:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'dash' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libtinfo6:arm64' missing; assuming package has no files currently installed
(Reading database ... 208157 files and directories currently installed.)
Preparing to unpack .../00-less_551-1ubuntu0.3_arm64.deb ...
Unpacking less (551-1ubuntu0.3) ............................................................................................................................................
Selecting previously unselected package apparmor............................................................................................................................
Preparing to unpack .../01-apparmor_2.13.3-7ubuntu5.3build2_arm64.deb ...
Unpacking apparmor (2.13.3-7ubuntu5.3build2) ...............................................................................................................................
Selecting previously unselected package cpio................................................................................................................................
Preparing to unpack .../02-cpio_2.13+dfsg-2ubuntu0.4_arm64.deb ...
Unpacking cpio (2.13+dfsg-2ubuntu0.4) ......................................................................................................................................
Selecting previously unselected package aufs-tools..........................................................................................................................
Preparing to unpack .../03-aufs-tools_1%3a4.14+20190211-1ubuntu1_arm64.deb ...
Unpacking aufs-tools (1:4.14+20190211-1ubuntu1) ............................................................................................................................
Selecting previously unselected package busybox-initramfs...................................................................................................................
Preparing to unpack .../04-busybox-initramfs_1%3a1.30.1-4ubuntu6.5_arm64.deb ...
Unpacking busybox-initramfs (1:1.30.1-4ubuntu6.5) ...
Selecting previously unselected package cgroupfs-mount......................................................................................................................
Preparing to unpack .../05-cgroupfs-mount_1.4_all.deb ...
Unpacking cgroupfs-mount (1.4) ...########..................................................................................................................................
Selecting previously unselected package devio...............................................................................................................................
Preparing to unpack .../06-devio_1.2-1.2_arm64.deb ...
Unpacking devio (1.2-1.2) ...#################..............................................................................................................................
Selecting previously unselected package docker-ce...........................................................................................................................
Preparing to unpack .../07-docker-ce_18.01.0~ce-0~ubuntu_arm64.deb ...
Unpacking docker-ce (18.01.0~ce-0~ubuntu) ...#####..........................................................................................................................
Selecting previously unselected package initramfs-tools-bin.................................................................................................................
Preparing to unpack .../08-initramfs-tools-bin_0.136ubuntu6.7_arm64.deb ...
Unpacking initramfs-tools-bin (0.136ubuntu6.7) ...#####.....................................................................................................................
Selecting previously unselected package libklibc:arm64.
Preparing to unpack .../09-libklibc_2.0.7-1ubuntu5.2_arm64.deb ...
Unpacking libklibc:arm64 (2.0.7-1ubuntu5.2) ...############.................................................................................................................
Selecting previously unselected package klibc-utils.#########...............................................................................................................
Preparing to unpack .../10-klibc-utils_2.0.7-1ubuntu5.2_arm64.deb ...
Unpacking klibc-utils (2.0.7-1ubuntu5.2) ...####################............................................................................................................
Selecting previously unselected package lz4.######################..........................................................................................................
Preparing to unpack .../11-lz4_1.9.2-2ubuntu0.20.04.1_arm64.deb ...
Unpacking lz4 (1.9.2-2ubuntu0.20.04.1) ...##########################........................................................................................................
Selecting previously unselected package initramfs-tools-core.#########......................................................................................................
Preparing to unpack .../12-initramfs-tools-core_0.136ubuntu6.7_all.deb ...
Unpacking initramfs-tools-core (0.136ubuntu6.7) ...#####################....................................................................................................
Selecting previously unselected package linux-base.########################.................................................................................................
Preparing to unpack .../13-linux-base_4.5ubuntu3.7_all.deb ...
Unpacking linux-base (4.5ubuntu3.7) ...
Selecting previously unselected package initramfs-tools.#######################.............................................................................................
Preparing to unpack .../14-initramfs-tools_0.136ubuntu6.7_all.deb ...
Unpacking initramfs-tools (0.136ubuntu6.7) ...###################################...........................................................................................
Selecting previously unselected package liblzo2-2:arm64.###########################.........................................................................................
Preparing to unpack .../15-liblzo2-2_2.10-2_arm64.deb ...
Unpacking liblzo2-2:arm64 (2.10-2) ...################################################......................................................................................
Selecting previously unselected package mtd-utils.######################################....................................................................................
Preparing to unpack .../16-mtd-utils_1%3a2.1.1-1ubuntu1_arm64.deb ...
Unpacking mtd-utils (1:2.1.1-1ubuntu1) ...################################################..................................................................................
Selecting previously unselected package flash-kernel.#######################################................................................................................
Preparing to unpack .../17-flash-kernel_3.103ubuntu1~20.04.4_arm64.deb ...
Unpacking flash-kernel (3.103ubuntu1~20.04.4) ...
Selecting previously unselected package liberror-perl.###########################################...........................................................................
Preparing to unpack .../18-liberror-perl_0.17029-1_all.deb ...
Unpacking liberror-perl (0.17029-1) ...############################################################.........................................................................
Selecting previously unselected package git-man.#####################################################.......................................................................
Preparing to unpack .../19-git-man_1%3a2.25.1-1ubuntu3.13_all.deb ...
Unpacking git-man (1:2.25.1-1ubuntu3.13) ...###########################################################.....................................................................
Selecting previously unselected package git.#############################################################...................................................................
Preparing to unpack .../20-git_1%3a2.25.1-1ubuntu3.13_arm64.deb ...
Unpacking git (1:2.25.1-1ubuntu3.13) ...###################################################################.................................................................
Selecting previously unselected package libubootenv0.1:arm64.#################################################..............................................................
Preparing to unpack .../21-libubootenv0.1_0.2-1_arm64.deb ...
Unpacking libubootenv0.1:arm64 (0.2-1) ...######################################################################............................................................
Selecting previously unselected package libubootenv-tool.
Preparing to unpack .../22-libubootenv-tool_0.2-1_arm64.deb ...
Unpacking libubootenv-tool (0.2-1) ...##############################################################################........................................................
Selecting previously unselected package linux-modules-5.4.0-1042-iot.#################################################......................................................
Preparing to unpack .../23-linux-modules-5.4.0-1042-iot_5.4.0-1042.43_arm64.deb ...
Unpacking linux-modules-5.4.0-1042-iot (5.4.0-1042.43) ...###############################################################...................................................
Selecting previously unselected package linux-image-5.4.0-1042-iot.########################################################.................................................
Preparing to unpack .../24-linux-image-5.4.0-1042-iot_5.4.0-1042.43_arm64.deb ...
Unpacking linux-image-5.4.0-1042-iot (5.4.0-1042.43) ...#####################################################################...............................................
Selecting previously unselected package u-boot-tools.##########################################################################.............................................
Preparing to unpack .../25-u-boot-tools_2021.01+dfsg-3ubuntu0~20.04.6_arm64.deb ...
Unpacking u-boot-tools (2021.01+dfsg-3ubuntu0~20.04.6) ...#######################################################################...........................................
Selecting previously unselected package libfdt1:arm64.##############################################################################........................................
Preparing to unpack .../26-libfdt1_1.5.1-1_arm64.deb ...
Unpacking libfdt1:arm64 (1.5.1-1) ...
Selecting previously unselected package device-tree-compiler.###########################################################################....................................
Preparing to unpack .../27-device-tree-compiler_1.5.1-1_arm64.deb ...
Unpacking device-tree-compiler (1.5.1-1) ...##############################################################################################..................................
Setting up cpio (2.13+dfsg-2ubuntu0.4) ...##################################################################################################................................
update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode####################################################################.............................
update-alternatives: warning: skip creation of /usr/share/man/man1/mt.1.gz because associated file /usr/share/man/man1/mt-gnu.1.gz (of link group mt) doesn't exist
Setting up aufs-tools (1:4.14+20190211-1ubuntu1) ...#############################################################################################...........................
Setting up linux-base (4.5ubuntu3.7) ...#############################################################################################################.......................
Setting up less (551-1ubuntu0.3) ...######################################################################################################################..................
Setting up liblzo2-2:arm64 (2.10-2) ...#######################################################################################################################..............
Setting up libfdt1:arm64 (1.5.1-1) ...############################################################################################################################..........
Setting up mtd-utils (1:2.1.1-1ubuntu1) ...############################################################################################################################.....
Setting up liberror-perl (0.17029-1) ...#################################################################################################################################...
Setting up apparmor (2.13.3-7ubuntu5.3build2) ...###########################################################################################################################
Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.##########################################################
Setting up libklibc:arm64 (2.0.7-1ubuntu5.2) ...############################################################################################################################
Setting up libubootenv0.1:arm64 (0.2-1) ...#################################################################################################################################
Setting up linux-modules-5.4.0-1042-iot (5.4.0-1042.43) ...#################################################################################################################
Setting up docker-ce (18.01.0~ce-0~ubuntu) ...##############################################################################################################################
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.###########################################################
Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container EngineLoaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)Active: activating (auto-restart) (Result: exit-code) since Sat 2024-09-07 20:08:48 CST; 24ms ago
TriggeredBy: ● docker.socketDocs: https://docs.docker.comProcess: 15147 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)Main PID: 15147 (code=exited, status=1/FAILURE)
dpkg: error processing package docker-ce (--configure):installed docker-ce package post-installation script subprocess returned error exit status 1
Setting up device-tree-compiler (1.5.1-1) ...
Setting up busybox-initramfs (1:1.30.1-4ubuntu6.5) ...
Setting up lz4 (1.9.2-2ubuntu0.20.04.1) ...
Setting up u-boot-tools (2021.01+dfsg-3ubuntu0~20.04.6) ...
Setting up git-man (1:2.25.1-1ubuntu3.13) ...
Setting up devio (1.2-1.2) ...
Setting up cgroupfs-mount (1.4) ...#########################################################################################################################################
Setting up klibc-utils (2.0.7-1ubuntu5.2) ...###############################################################################################################################
No diversion 'diversion of /usr/share/initramfs-tools/hooks/klibc to /usr/share/initramfs-tools/hooks/klibc^i-t by klibc-utils', none removed.
Setting up initramfs-tools-bin (0.136ubuntu6.7) ...#########################################################################################################################
Setting up libubootenv-tool (0.2-1) ...#####################################################################################################################################
Setting up linux-image-5.4.0-1042-iot (5.4.0-1042.43) ...###################################################################################################################
I: /boot/vmlinuz.old is now a symlink to vmlinuz-5.4.0-1042-iot#############################################################################################################
I: /boot/initrd.img.old is now a symlink to initrd.img-5.4.0-1042-iot
I: /boot/vmlinuz is now a symlink to vmlinuz-5.4.0-1042-iot
I: /boot/initrd.img is now a symlink to initrd.img-5.4.0-1042-iot
Setting up git (1:2.25.1-1ubuntu3.13) ...###################################################################################################################################
Setting up initramfs-tools-core (0.136ubuntu6.7) ...
Setting up initramfs-tools (0.136ubuntu6.7) ...#############################################################################################################################
update-initramfs: deferring update (trigger activated)
Setting up flash-kernel (3.103ubuntu1~20.04.4) ...##########################################################################################################################Creating config file /etc/default/flash-kernel with new version
flash-kernel: deferring update (trigger activated)
Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
Processing triggers for systemd (245.4-4ubuntu3.21) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for linux-image-5.4.0-1042-iot (5.4.0-1042.43) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-5.4.0-1042-iot
Warning: root device  does not exist
flash-kernel: deferring update (trigger activated)
/etc/kernel/postinst.d/zz-flash-kernel:
flash-kernel: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.136ubuntu6.7) ...
update-initramfs: Generating /boot/initrd.img-5.4.0-1042-iot################################################################################################################
Warning: root device  does not exist
Unsupported platform.
run-parts: /etc/initramfs/post-update.d//flash-kernel exited with return code 1
dpkg: error processing package initramfs-tools (--configure):installed initramfs-tools package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:docker-ceinitramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@ok3568:/home/forlinx# dockerUsage:	docker COMMANDA self-sufficient runtime for containersOptions:--config string      Location of client config files (default "/root/.docker")-D, --debug              Enable debug mode-H, --host list          Daemon socket(s) to connect to-l, --log-level string   Set the logging level ("debug"|"info"|"warn"|"error"|"fatal") (default "info")--tls                Use TLS; implied by --tlsverify--tlscacert string   Trust certs signed only by this CA (default "/root/.docker/ca.pem")--tlscert string     Path to TLS certificate file (default "/root/.docker/cert.pem")--tlskey string      Path to TLS key file (default "/root/.docker/key.pem")--tlsverify          Use TLS and verify the remote-v, --version            Print version information and quitManagement Commands:checkpoint  Manage checkpointsconfig      Manage Docker configscontainer   Manage containersimage       Manage imagesnetwork     Manage networksnode        Manage Swarm nodesplugin      Manage pluginssecret      Manage Docker secretsservice     Manage servicesstack       Manage Docker stacksswarm       Manage Swarmsystem      Manage Dockervolume      Manage volumesCommands:attach      Attach local standard input, output, and error streams to a running containerbuild       Build an image from a Dockerfilecommit      Create a new image from a container's changescp          Copy files/folders between a container and the local filesystemcreate      Create a new containerdeploy      Deploy a new stack or update an existing stackdiff        Inspect changes to files or directories on a container's filesystemevents      Get real time events from the serverexec        Run a command in a running containerexport      Export a container's filesystem as a tar archivehistory     Show the history of an imageimages      List imagesimport      Import the contents from a tarball to create a filesystem imageinfo        Display system-wide informationinspect     Return low-level information on Docker objectskill        Kill one or more running containersload        Load an image from a tar archive or STDINlogin       Log in to a Docker registrylogout      Log out from a Docker registrylogs        Fetch the logs of a containerpause       Pause all processes within one or more containersport        List port mappings or a specific mapping for the containerps          List containerspull        Pull an image or a repository from a registrypush        Push an image or a repository to a registryrename      Rename a containerrestart     Restart one or more containersrm          Remove one or more containersrmi         Remove one or more imagesrun         Run a command in a new containersave        Save one or more images to a tar archive (streamed to STDOUT by default)search      Search the Docker Hub for imagesstart       Start one or more stopped containersstats       Display a live stream of container(s) resource usage statisticsstop        Stop one or more running containerstag         Create a tag TARGET_IMAGE that refers to SOURCE_IMAGEtop         Display the running processes of a containerunpause     Unpause all processes within one or more containersupdate      Update configuration of one or more containersversion     Show the Docker version informationwait        Block until one or more containers stop, then print their exit codesRun 'docker COMMAND --help' for more information on a command.
root@ok3568:/home/forlinx# docker -v
Docker version 18.01.0-ce, build 03596f5
root@ok3568:/home/forlinx# ^C
root@ok3568:/home/forlinx# ^C
root@ok3568:/home/forlinx# 

相关文章:

  • 北京网站建设多少钱?
  • 辽宁网页制作哪家好_网站建设
  • 高端品牌网站建设_汉中网站制作
  • 【爬虫项目】爱奇艺 《青你2》弹幕人气排行
  • UVA-208 消防车 题解答案代码 算法竞赛入门经典第二版
  • 【Git 学习笔记_24】Git 使用冷门操作技巧(四)——更多实用 git 别名设置、交互式新增提交
  • node.js实现阿里云短信发送
  • 使用3DUNet训练自己的数据集(pytorch)— 医疗影像分割
  • C# 特性(Attributes)和反射(Reflection)
  • 探索EasyCVR与AI技术深度融合:视频汇聚平台的新增长点
  • 匈牙利算法实现(from scipy.optimize import linear_sum_assignment)
  • 1-8 图像腐蚀 opencv树莓派4B 入门系列笔记
  • 2024国赛数学建模C题完整论文:农作物的种植策略
  • 在安卓和Windows下使用Vizario H264 RTSP
  • 计算机毕业设计选题推荐-动漫插画分享网站-Java/Python项目实战
  • Springboot工程配置https访问
  • 如何在SQL Server中恢复多个数据库?
  • 龙芯+FreeRTOS+LVGL实战笔记(新)——05部署主按钮
  • 【前端学习】-粗谈选择器
  • 【跃迁之路】【585天】程序员高效学习方法论探索系列(实验阶段342-2018.09.13)...
  • 【跃迁之路】【641天】程序员高效学习方法论探索系列(实验阶段398-2018.11.14)...
  • AzureCon上微软宣布了哪些容器相关的重磅消息
  • HTTP中的ETag在移动客户端的应用
  • Java 最常见的 200+ 面试题:面试必备
  • overflow: hidden IE7无效
  • spring boot下thymeleaf全局静态变量配置
  • Theano - 导数
  • 从零开始的无人驾驶 1
  • 工作中总结前端开发流程--vue项目
  • 前端攻城师
  • 使用权重正则化较少模型过拟合
  • 小程序、APP Store 需要的 SSL 证书是个什么东西?
  • 小而合理的前端理论:rscss和rsjs
  • 大数据全解:定义、价值及挑战
  • 好程序员web前端教程分享CSS不同元素margin的计算 ...
  • ​Kaggle X光肺炎检测比赛第二名方案解析 | CVPR 2020 Workshop
  • # Python csv、xlsx、json、二进制(MP3) 文件读写基本使用
  • #中国IT界的第一本漂流日记 传递IT正能量# 【分享得“IT漂友”勋章】
  • (10)工业界推荐系统-小红书推荐场景及内部实践【排序模型的特征】
  • (8)Linux使用C语言读取proc/stat等cpu使用数据
  • (react踩过的坑)Antd Select(设置了labelInValue)在FormItem中initialValue的问题
  • (不用互三)AI绘画工具应该如何选择
  • (动手学习深度学习)第13章 计算机视觉---微调
  • (附源码)ssm高校运动会管理系统 毕业设计 020419
  • (附源码)计算机毕业设计SSM疫情居家隔离服务系统
  • (力扣记录)1448. 统计二叉树中好节点的数目
  • (区间dp) (经典例题) 石子合并
  • (三) diretfbrc详解
  • (一)插入排序
  • *++p:p先自+,然后*p,最终为3 ++*p:先*p,即arr[0]=1,然后再++,最终为2 *p++:值为arr[0],即1,该语句执行完毕后,p指向arr[1]
  • *p=a是把a的值赋给p,p=a是把a的地址赋给p。
  • .net core 6 redis操作类
  • .net core 6 使用注解自动注入实例,无需构造注入 autowrite4net
  • .net core控制台应用程序初识
  • .net 按比例显示图片的缩略图
  • .NET 自定义中间件 判断是否存在 AllowAnonymousAttribute 特性 来判断是否需要身份验证
  • .NET/C# 检测电脑上安装的 .NET Framework 的版本
  • .NET3.5下用Lambda简化跨线程访问窗体控件,避免繁复的delegate,Invoke(转)