Skip to content

Commit

Permalink
change mosnd to mosn
Browse files Browse the repository at this point in the history
  • Loading branch information
nejisama committed Aug 30, 2018
1 parent e99e335 commit efdb129
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ GIT_NOTES = $(shell git log -1 --oneline)

BUILD_IMAGE = godep-builder

IMAGE_NAME = mosnd
IMAGE_NAME = mosn
REPOSITORY = sofastack/${IMAGE_NAME}

RPM_BUILD_IMAGE = afenp-rpm-builder
Expand Down
6 changes: 6 additions & 0 deletions docs/develop/quickstart.md
Expand Up @@ -77,6 +77,12 @@ make rpm
make image
```

## 获取镜像

```bash
docker pull sofastack/mosn
```

## 运行测试

在项目根目录下执行如下命令运行单元测试:
Expand Down

0 comments on commit efdb129

Please sign in to comment.