lark

next

Code Create Life
telegram
tg_channel
x
github
zhihu
email
follow

Configure Docker Image on Ubuntu

Manually Add Docker Source#

Assuming Ubuntu 22.04 (code-named jammy) is being used

sudo vim /etc/apt/sources.list.d/docker.list

Add the following content

deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://mirrors.aliyun.com/docker-ce/linux/ubuntu jammy stable

Add Docker's GPG Key#

curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg

You can use lsb_release -cs to check the system release version

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.