docker-ce安装

原文:https://www.runoob.com/docker/centos-docker-install.html

我的sudo docker run hello-world
的显示结果
复制代码
 1 0e03****26d7: Pull complete 
 2 Digest: sha256:7******a449bf11e0941a1fd****8b2600777c5
 3 Status: Downloaded newer image for hello-world:latest
 4 
 5 Hello from Docker!
 6 This message shows that your installation appears to be working correctly.
 7 
 8 To generate this message, Docker took the following steps:
 9  1. The Docker client contacted the Docker daemon.
10  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
11     (amd64)
12  3. The Docker daemon created a new container from that image which runs the
13     executable that produces the output you are currently reading.
14  4. The Docker daemon streamed that output to the Docker client, which sent it
15     to your terminal.
16 
17 To try something more ambitious, you can run an Ubuntu container with:
18  $ docker run -it ubuntu bash
19 
20 Share images, automate workflows, and more with a free Docker ID:
21  https://hub.docker.com/
22 
23 For more examples and ideas, visit:
24  https://docs.docker.com/get-started/
复制代码

 

posted @   总统先生  阅读(146)  评论(0编辑  收藏  举报
编辑推荐:
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
阅读排行:
· winform 绘制太阳,地球,月球 运作规律
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
· 上周热点回顾(3.3-3.9)
· AI 智能体引爆开源社区「GitHub 热点速览」
· 写一个简单的SQL生成工具
点击右上角即可分享
微信分享提示