添加 Docker
parent
28111c0e02
commit
d66791f961
19
Docker.md
Normal file
19
Docker.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
## 一、Docker带来了哪些改变
|
||||||
|
## 二、Docker安装与部署
|
||||||
|
## 三、Docker容器创建与启停
|
||||||
|
## 四、Docker镜像管理
|
||||||
|
```
|
||||||
|
#展示当前已经拉取到本地的镜像
|
||||||
|
docker images
|
||||||
|
|
||||||
|
#镜像拉取
|
||||||
|
docker pull nginx
|
||||||
|
|
||||||
|
#搜索镜像仓库中的 nginx及其相关 镜像
|
||||||
|
docker search nginx
|
||||||
|
|
||||||
|
#删除nginx镜像
|
||||||
|
docker image rm nignx
|
||||||
|
|
||||||
|
#
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user