博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OpenSUSE上玩Docker
阅读量:6222 次
发布时间:2019-06-21

本文共 1666 字,大约阅读时间需要 5 分钟。

安装完Leap后,通过YaST-Software Management安装docker。

192723_MwX9_921036.png

终端敲命令:

linux-ajcw:/home/dongxi # systemctl enable docker.servicelinux-ajcw:/home/dongxi # docker run hello-worldCannot connect to the Docker daemon. Is the docker daemon running on this host?linux-ajcw:/home/dongxi # systemctl start docker.servicelinux-ajcw:/home/dongxi # docker run hello-worldUnable to find image 'hello-world:latest' locallyPulling repository docker.io/library/hello-world975b84d108f1: Pulling image (latest) from docker.io/library/hello-world, endpoin975b84d108f1: Download complete 3f12c794407e: Download complete Status: Downloaded newer image for hello-world:latestdocker.io/library/hello-world: this image was pulled from a legacy registry.  Important: This registry version will not be supported in future versions of docker.Hello 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. 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 Hub account: https://hub.docker.comFor more examples and ideas, visit: https://docs.docker.com/userguide/

打开YaST的控制中心,运行Docker

193246_QEtv_921036.png

查看刚才命令安装的hello-world镜像

193317_xJTD_921036.png

转载于:https://my.oschina.net/wffger/blog/624977

你可能感兴趣的文章
[小团队自动化](二) Drone CI使用Vault作为凭据存储 —— 打造自己的CI/CD工作流...
查看>>
穆宁格:5.8 投资心态很重要,心态决定输赢
查看>>
每日一算 (001)
查看>>
python 闭包与装饰器
查看>>
引入 Tinker 之后如何在 Debug 模式下开启 Instant Run
查看>>
干货:小微个人如何接入免费短信验证码
查看>>
javaScript之全局函数
查看>>
阿里中后台UI解决方案 - Fusion
查看>>
HTTP常用状态码
查看>>
剑指offer 题目4
查看>>
重学前端(9)正则还真要多练
查看>>
MongoDB的复制源oplog
查看>>
五线谱入门(三)
查看>>
原创文章:使用Vuejs实现个人所得税功能兼容移动端
查看>>
HashiCorp:为任何应用程序提供安全和可运行的基础架构
查看>>
面试中经常被问到的 Redis 持久化与恢复
查看>>
好程序员大数据技术分享Zookeeper集群管理与选举
查看>>
Dell-Windows10下装Ubuntu 16.04 双系统,Ubuntu引导开启-经验贴,满干货!
查看>>
说说主流的推送服务
查看>>
加密狗只是开始,区块链+文娱才是大趋势
查看>>