docker 安装
Posted keep
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker 安装相关的知识,希望对你有一定的参考价值。
Ubuntu 安装 Docker
# 更新
apt update
# 安装依赖
apt install apt-transport-https ca-certificates curl software-properties-common -y
# 添加 key
curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | apt-key add -
# 添加 Docker 源
add-apt-repository \\
"deb [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu \\
$(lsb_release -cs) \\
stable"
# 更新
apt update
# 安装 Docker
apt install docker-ce -y
重启daemon:systemctl daemon-reload
重启docker服务:systemctl restart docker
开机自启动:systemctl enable docker
配置阿里云 Docker 镜像加速器
https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fcr.console.aliyun.com%2F&lang=zh
以上是关于docker 安装的主要内容,如果未能解决你的问题,请参考以下文章
Docker和pip安装:避免在已安装某些软件包时安装所有软件包
在Tomcat的安装目录下conf目录下的server.xml文件中增加一个xml代码片段,该代码片段中每个属性的含义与用途