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

Commit

Permalink
docs(docker): 更新wps中文设置
Browse files Browse the repository at this point in the history
  • Loading branch information
zjZSTU committed Sep 27, 2019
1 parent d576f60 commit 75c2a01
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/source/docker/gui/[Docker][Ubuntu]WPS运行.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,11 @@ CONTAINER ID IMAGE COMMAND CREATED
0758
```

![](./imgs/wps2.png)
![](./imgs/wps2.png)

将设置完成后的容器保存为镜像

```
$ docker commit --author zjzstu --message "wps for Linux" 6ec9 zjzstu/wps:v2
$ docker tag zjzstu/wps:v2 zjzstu/wps:latest
```

0 comments on commit 75c2a01

Please sign in to comment.