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 Dec 24, 2019
1 parent 3f88518 commit 982d544
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/docker/gui/[Docker]GUI最佳实践.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@ $ docker run --privileged ...
* 时区
* 中文输入法

参考[[Linux][locale]字符集设置](https://zj-linux-guide.readthedocs.io/zh_CN/latest/configure/[Linux][locale]%E5%AD%97%E7%AC%A6%E9%9B%86%E8%AE%BE%E7%BD%AE.html)设置zh_CN.UTF-8
参考[[locale]字符集设置](https://zj-linux-guide.readthedocs.io/zh_CN/latest/tool-install-configure/[LOCALE]%E5%AD%97%E7%AC%A6%E9%9B%86%E8%AE%BE%E7%BD%AE/)设置`zh_CN.UTF-8`

出现中文乱码时,参考[[Ubuntu 18.04]中文乱码](https://zj-linux-guide.readthedocs.io/zh_CN/latest/configure/[Ubuntu%2018.04]%E4%B8%AD%E6%96%87%E4%B9%B1%E7%A0%81.html)安装中文字体;
出现中文乱码时,参考[[Ubuntu]中文乱码](https://zj-linux-guide.readthedocs.io/zh_CN/latest/tool-install-configure/[Ubuntu]%E4%B8%AD%E6%96%87%E4%B9%B1%E7%A0%81/)安装中文字体;

```
sudo apt-get install ttf-wqy-microhei #文泉驿-微米黑
```

中国处于东八区,和默认时区相差`8`个小时,参考[[Ubuntu 18.04][localtime]设置时区](https://zj-linux-guide.readthedocs.io/zh_CN/latest/configure/[Ubuntu%2018.04][localtime]%E8%AE%BE%E7%BD%AE%E6%97%B6%E5%8C%BA.html)进行设置
中国处于东八区,和默认时区相差`8`个小时,参考[[localtime]设置时区](https://zj-linux-guide.readthedocs.io/zh_CN/latest/tool-install-configure/[localtime]%E8%AE%BE%E7%BD%AE%E6%97%B6%E5%8C%BA/)进行设置

关于中文输入法使用,在容器启动时设置环境变量即可

Expand Down
4 changes: 2 additions & 2 deletions docs/docker/gui/[Docker][deepin-wine]QQ运行.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

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

`Docker Ubuntu 18.04`下安装`QQ`和安装`WeChat`类似,参考:[[Docker][deepin-wine]微信运行](https://container-automation.readthedocs.io/zh_CN/latest/docker/gui/[Docker][deepin-wine]微信运行.html)
`Docker Ubuntu 18.04`下安装`QQ`和安装`WeChat`类似,参考:[[Docker][deepin-wine]微信运行](./[Docker][deepin-wine]微信运行.md)

![](./imgs/qq-begin.png)

![](./imgs/qq-starter.png)

## Ubuntu 18.04出错

之前在`Ubuntu 16.04`上运行没有问题,现在在`Ubuntu 18.04`上运行突然出错。制作了[[Docker][deepin-wine]TIM运行](https://container-automation.readthedocs.io/zh_CN/latest/docker/gui/[Docker][deepin-wine]TIM%E8%BF%90%E8%A1%8C.html)来替代使用
之前在`Ubuntu 16.04`上运行没有问题,现在在`Ubuntu 18.04`上运行突然出错。制作了[[Docker][deepin-wine]TIM运行](./[Docker][deepin-wine]TIM运行.md)来替代使用

*目前QQ重新发布了[QQ for Linux](https://im.qq.com/download/)*
2 changes: 1 addition & 1 deletion docs/docker/gui/[Docker][deepin-wine]TIM运行.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# [Docker][deepin-wine]TIM运行

新安装了`Ubuntu 18.04`,之前安装的`QQ`突然不能使用了,所以参考[[Docker][deepin-wine]微信运行](https://container-automation.readthedocs.io/zh_CN/latest/docker/gui/[Docker][deepin-wine]%E5%BE%AE%E4%BF%A1%E8%BF%90%E8%A1%8C.html)安装`TIM`
新安装了`Ubuntu 18.04`,之前安装的`QQ`突然不能使用了,所以参考[[Docker][deepin-wine]微信运行](./[Docker][deepin-wine]微信运行.md)安装`TIM`

`TIM`安装包地址:[deepin.com.qq.office](https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.office/)

Expand Down
2 changes: 1 addition & 1 deletion docs/docker/gui/[Docker][deepin-wine]迅雷运行.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# [Docker][deepin-wine]迅雷运行

参考:[[Docker][deepin-wine]微信运行](https://container-automation.readthedocs.io/zh_CN/latest/docker/gui/[Docker][deepin-wine]微信运行.html)
参考:[[Docker][deepin-wine]微信运行](./[Docker][deepin-wine]微信运行.md)

迅雷安装包下载地址:[deepin.com.thunderspeed](https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.thunderspeed/)

Expand Down

0 comments on commit 982d544

Please sign in to comment.