Merge pull request #1049 from hainingzhang/master

update docs
This commit is contained in:
Haining Henry Zhang 2016-11-09 18:12:01 +08:00 committed by GitHub
commit 811b472af4
3 changed files with 8 additions and 9 deletions

View File

@ -8,6 +8,7 @@ Andre Cruz <andre at brpx.com>
Benniu Ji <benniuji at gmail.com> Benniu Ji <benniuji at gmail.com>
Bin Liu <liubin0329 at gmail.com> Bin Liu <liubin0329 at gmail.com>
Bobby Zhang <junzhang at vmware.com> Bobby Zhang <junzhang at vmware.com>
Brian Christner <brian.christner at gmail.com>
Chaofeng Wu <chaofengw at vmware.com> Chaofeng Wu <chaofengw at vmware.com>
Daniel Jiang <jiangd at vmware.com> Daniel Jiang <jiangd at vmware.com>
Deshi Xiao <xiaods at gmail.com> Deshi Xiao <xiaods at gmail.com>

View File

@ -23,7 +23,7 @@ Guide to deploy Harbor on Kubenetes. (maintained by community)
### Developer documents ### Developer documents
[Arthicture Overview of Harbor](https://github.com/vmware/harbor/wiki/Architecture-Overview-of-Harbor) [Arthitecture Overview of Harbor](https://github.com/vmware/harbor/wiki/Architecture-Overview-of-Harbor)
Developers read this first. Developers read this first.
[Harbor API Specs by Swagger](configure_swagger.md) [Harbor API Specs by Swagger](configure_swagger.md)

View File

@ -51,17 +51,15 @@ User guide
25. In admin's UI, change user C's role to project admin of project X. 25. In admin's UI, change user C's role to project admin of project X.
26. In user C's UI, verify his/her role is project admin of project X. 26. In user C's UI, verify his/her role is project admin of project X.
27. In admin's UI, remove user C's from project X. 27. In admin's UI, remove user C from project X.
28. Set project X's publicity to on. 28. Set project X's publicity to on.
29. On a Docker client host, log in as user C. 29. On a Docker client host, log in as user C.
30. Use `docker pull` to pull the image from project X. 30. Use `docker pull` to pull the image from project X.
31. Use `docker push` to push an image to project X. (should fail) 31. Use `docker push` to push an image to project X. (should fail)
32. In admin's UI, remove user C's from project X. 32. Set project X's publicity to off.
33. Set project X's publicity to off. 33. On a Docker client host, log in as user C.
34. On a Docker client host, log in as user C. 34. Use `docker pull` to pull the image from project X. (should fail)
35. Use `docker pull` to pull the image from project X. (should fail) 35. Use `docker push` to push an image to project X. (should fail)
36. Use `docker push` to push an image to project X. (should fail)
# Expected Outcome: # Expected Outcome:
@ -72,7 +70,7 @@ User guide
* Step 26 as described. * Step 26 as described.
* Step 30 should succeed. * Step 30 should succeed.
* Step 31 should fail. * Step 31 should fail.
* Step 35-36 should fail. * Step 34-35 should fail.
# Possible Problems: # Possible Problems:
None None