centos8部署docker&docker的常用命令
Docker 支持以下的 64 位 CentOS 版本:
CentOS 7
CentOS 8
安裝命令如下:
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun

也可以使用國內 daocloud 一鍵安裝命令:
curl -sSL https://get.daocloud.io/docker | sh
啟動 Docker
sudo systemctl start docker

docker run hello-world

容器生命周期管理(下面命令的前面均加docker )
run
start/stop/restart
kill
rm
pause/unpause
create
exec
容器操作
ps
inspect
top
attach
events
logs
wait
export
port
容器rootfs命令
commit
cp
diff
鏡像倉庫
login
pull
push
search
本地鏡像管理
images
rmi
tag
build
history
save
load
import
info|version
info
version
轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/258069.html
標籤:區塊鏈
上一篇:嵌入式第0部分:朱老師帶你零基礎學Linux(二)Linux常用命令
下一篇:集合體系中介面和類的特點總結
