文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

ubuntu怎么安装docker

2023-07-04 11:48

关注

本篇内容介绍了“ubuntu怎么安装docker”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!

零:卸载旧版本

docker 的旧版本被称为 docker,docker.io 或 docker-engine 。如果已安装,请卸载它们:

$ sudo apt-get remove docker docker-engine docker.io containerd runc

当前称为 docker engine-community 软件包 docker-ce 。

一:设置仓库

在新主机上首次安装 docker engine-community 之前,需要设置 docker 仓库。之后,您可以从仓库安装和更新 docker 。

更新 apt 包索引。

$ sudo apt-get update

安装 apt 依赖包,用于通过https来获取仓库:

$ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common

添加 docker 的官方 gpg 密钥:

$ curl -fssl https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

9dc8 5822 9fc7 dd38 854a e2d8 8d81 803c 0ebf cd88 通过搜索指纹的后8个字符,验证您现在是否拥有带有指纹的密钥。

$ sudo apt-key fingerprint 0ebfcd88 pub rsa4096 2017-02-22 [scea]  9dc8 5822 9fc7 dd38 854a e2d8 8d81 803c 0ebf cd88uid   [ unknown] docker release (ce deb) <docker@docker.com>sub rsa4096 2017-02-22 [s]

使用以下指令设置稳定版仓库

注意:目前 20.04 还没有国内 docker 源,暂时用 18.04 版本。

$ sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ bionic \ stable"

二:安装 docker engine-community

更新 apt 包索引。

$ sudo apt-get update

安装最新版本的 docker engine-community 和 containerd

$ sudo apt-get install docker-ce docker-ce-cli containerd.io

三:测试

输入

$ sudo docker run hello-world

如果docker和你问好——或者说出现类似以下输出

unable to find image 'hello-world:latest' locallylatest: pulling from library/hello-world1b930d010525: pull complete                                 digest: sha256:c3b4ada4687bbaa170745b3e4dd8ac3f194ca95b2d0518b417fb47e5879d9b5fstatus: downloaded newer image for hello-world:latesthello from docker!this message shows that your installation appears to be working correctly.to generate this message, docker took the following steps: 1. the docker client contacted the docker daemon. 2. the docker daemon pulled the "hello-world" image from the docker hub. (amd64) 3. the docker daemon created a new container from that image which runs the executable that produces the output you are currently reading. 4. the docker daemon streamed that output to the docker client, which sent it to your terminal.to try something more ambitious, you can run an ubuntu container with: $ docker run -it ubuntu bashshare images, automate workflows, and more with a free docker id: https://hub.docker.com/for more examples and ideas, visit: https://docs.docker.com/get-started/

就说明安装完事了。

四:免sudo运行&镜像加速

免sudo

参考如下方法将用户添加到docke组

$ sudo usermod -ag docker [你的用户名]

重启docker

$ sudo systemctl restart docker

(然而我的机器上发生了很诡异的事——我重启docker服务后依然不能以普通用户启动docker。重启机器后才能免sudo运行。)

docker镜像加速

我用了阿里云的免费加速

“ubuntu怎么安装docker”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识可以关注编程网网站,小编将为大家输出更多高质量的实用文章!

阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     813人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     354人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     318人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     435人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     224人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-后端开发
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯