- 工信部備案號 滇ICP備05000110號-1
- 滇公安備案 滇53010302000111
- 增值電信業(yè)務經(jīng)營許可證 B1.B2-20181647、滇B1.B2-20190004
- 云南互聯(lián)網(wǎng)協(xié)會理事單位
- 安全聯(lián)盟認證網(wǎng)站身份V標記
- 域名注冊服務機構(gòu)許可:滇D3-20230001
- 代理域名注冊服務機構(gòu):新網(wǎng)數(shù)碼
# 查看centos版本 uname -a yum -y update
# 安裝 docker curl -sSL https://get.docker.com/ | sh yum install -y docker-selinux
# 查看docker版本 docker --version
# 啟動docker服務 systemctl start docker.service
# 測試docker安裝成功 docker run hello-world
# 配置Docker開機自啟動: systemctl enable docker.service
# 已安裝鏡像列表 docker images
# 查找官方倉庫centos鏡像 docker search centos
# pull 官方鏡像,有時網(wǎng)絡問題需要多嘗試幾次 sudo docker pull centos
# 以終端方式運行;先查到id;或都也可以直接使用[REPOSITORY]:[tag]的方式 [root@localhost /]
# docker images REPOSITORY TAG IMAGE ID CREATED SIZE centos latest 8596123a638e 12 days ago 196.7 MB hello-world latest 94df4f0ce8a4 4 weeks ago 967 B sudo docker run -it 8596123a638e /bin/bash
提交成功!非常感謝您的反饋,我們會繼續(xù)努力做到更好!
這條文檔是否有幫助解決問題?
售前咨詢
售后咨詢
備案咨詢
二維碼
TOP