Huawei / dockyard

Container & Artifact Repository
Apache License 2.0
269 stars 67 forks source link

merge server to router/handle #153

Closed liangchenye closed 8 years ago

liangchenye commented 8 years ago

appv1 server side is now merged to router/handle/module/models!

way to test it:

[updateserver]
keymanager = "local://tmp/containerops_keymanager_cache"
storage = "local://tmp/containerops_storage_cache"
./dockyard web --port=1234
curl -d {"this is the test file"} --request PUT localhost:1234/app/v1/tn/tr/tos/tarch/tappname

Signed-off-by: liang chenye liangchenye@huawei.com

liangchenye commented 8 years ago

NOTE:

liangchenye commented 8 years ago

Next plan:

  1. add more test
  2. add more document

Then works on 'encryption' and 'user defined scanning'.