Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
docs(docker): 更新链接
Browse files Browse the repository at this point in the history
  • Loading branch information
zjZSTU committed Oct 10, 2019
1 parent f7e5509 commit b80dd6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/wechat/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

参考:[[Docker][deepin-wine]微信运行](https://container-automation.readthedocs.io/zh_CN/latest/docker/gui/[Docker][deepin-wine]微信运行.html)
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ wget https://mirrors.aliyun.com/deepin/pool/main/libj/libjpeg-turbo/libjpeg62-tu

## 安装

使用容器[zjzstu/ubuntu:18.04]()

```
# 将保存deepin.sh的目录挂载到容器
$ docker run -it -v /path/to/deep-wine/:/app zjzstu/ubuntu:18.04 bash
Expand Down Expand Up @@ -63,6 +61,4 @@ $ apt-get autoclean -y && apt-get clean -y && \

```
$ docker commit --author zjzstu --message "deep-wine" ae799 zjzstu/deep-wine:latest
```

在线地址:[zjzstu/deepin-wine:latest]()
```
4 changes: 1 addition & 3 deletions docs/source/docker/gui/[Docker][deepin-wine]微信运行.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

微信安装包地址:[deepin.com.wechat](https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.wechat/)

完整脚本地址:[wechat]()
完整脚本地址:[wechat](https://github.com/zjZSTU/Containerization-Automation/tree/master/dockerfiles/wechat)

## 安装

Expand Down Expand Up @@ -108,8 +108,6 @@ docker run \
-d zjzstu/wechat:latest
```

![]()

## 可执行脚本

在主机新建脚本`wechat.sh`,统一操作`wechat`的启动
Expand Down

0 comments on commit b80dd6a

Please sign in to comment.