Add instruction of deleting old docker images.

This commit is contained in:
2017-09-18 18:08:17 +08:00
parent f6809caf83
commit 45556305d1
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -94,6 +94,7 @@ This repository contains several docker-compose files to help you running a Aria
go to the filerun/ h5ai/ nextcloud folder
```bash
docker-compose stop # stop the containers
docker rmi -f <the docker image ID> # delete the wahyd4/aria2-ariang docker image
git pull origin master # pull latest code
docker-compose up -d # running the latest docker images
```
+1
View File
@@ -96,6 +96,7 @@
进入 filerun, h5ai 或者 nextcloud 目录
```bash
docker-compose stop # 将 docker 镜像暂时关掉
docker rmi -f < 相关镜像 ID> # 手动删除对应的 wahyd4/aria2-ariang docker 镜像
git pull origin master # 获取最近代码
docker-compose up -d # 运行最新版本的镜像
```