Skip to content

Commit e8bef93

Browse files
committed
Merge branch 'master' of github.com:jaywcjlove/docker-tutorial
2 parents 33b171c + b5480ab commit e8bef93

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ chkconfig docker on # 设置为开机启动
212212
```bash
213213
docker pull centos:latest # 从docker.io中下载centos镜像到本地
214214
docker images # 查看已下载的镜像
215-
docker rm image_id # 删除镜像,指定镜像id
215+
docker rmi [image_id] # 删除镜像,指定镜像id
216216

217217
# 删除所有镜像
218218
# none 默认为 docker.io

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
]
5+
}

0 commit comments

Comments
 (0)