Skip to content

Commit

Permalink
更新版本标记为 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jijie Chen committed May 6, 2019
1 parent c512315 commit 2534ef3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ cd dotnetclub
### 安装


如果只是要运行本项目,您可以直接使用 [Docker](https://www.docker.com/) 来安装。下面的命令可以帮助您在本地运行一个示例:
如果只是要运行本项目,您可以直接使用 [Docker](https://hub.docker.com/r/jijiechen/dotnetclub/tags) 来安装。下面的命令可以帮助您在本地运行一个示例:

```sh
docker run -d --name club -p 5000:5000 jijiechen/dotnetclub:201902240624
docker run -d --name club -p 5000:5000 jijiechen/dotnetclub:201905061027
```

您也可以直接在本地编译并运行,但您需要在本地安装 .NET Core SDK、node.js (如果是在非 Windows 电脑上,还需要 Mono)等一系列依赖才能编译。环境准备就绪后,实际的编译过程很简单:
Expand Down
2 changes: 1 addition & 1 deletion k8s/app/09-replica-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
fsGroup: 5000
containers:
- name: dotnetclub
image: jijiechen/dotnetclub:201905060640
image: jijiechen/dotnetclub:201905061027
ports:
- name: http
containerPort: 5000
Expand Down
4 changes: 2 additions & 2 deletions readme-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ To execute tests:

### Installation

It's recommended to run this application using [Docker](https://www.docker.com/). You can run the application using this command after docker is installed:
It's recommended to run this application using [Docker](https://hub.docker.com/r/jijiechen/dotnetclub/tags). You can run the application using this command after docker is installed:

```sh
docker run -d --name club -p 5000:5000 jijiechen/dotnetclub:201902240624
docker run -d --name club -p 5000:5000 jijiechen/dotnetclub:201905061027
```

You can also compile and run it locally, in that case you'll need .NET Core SDK and node.js tools, and also Mono if you are not working on a Windows PC. After you get a good environment, it's pretty simple to run locally when following these steps:
Expand Down

0 comments on commit 2534ef3

Please sign in to comment.