cloudius-systems / capstan

Capstan, a tool for packaging and running your application on OSv. http://osv.io/capstan
Other
367 stars 82 forks source link

Support copy files from osv image to host #102

Open asias opened 10 years ago

asias commented 10 years ago

After run an APP with capstan run, the APP may produce data/file we might want to process on host, e.g., a benchmark's result data which can only be processed on host.

tzach commented 10 years ago

@asias two possible solutions:

asias commented 10 years ago

On Mon, May 26, 2014 at 2:07 PM, Tzach Livyatan notifications@github.comwrote:

@asias https://github.com/asias two possible solutions:

  • Capstan: shared folder #18https://github.com/cloudius-systems/capstan/issues/18

It would be very hard to make the sharing work on different platforms.

-

  • OSv REST API: extend file API to allow download, not just upload

This works on any host platform.

Another solution is offline file fetch or inject. That is we the guest stops. We read into the image on the host directly.

— Reply to this email directly or view it on GitHubhttps://github.com/cloudius-systems/capstan/issues/102#issuecomment-44159791 .

Asias

tzach commented 10 years ago

Current REST API already support file download

asias commented 10 years ago

On Mon, May 26, 2014 at 2:39 PM, Tzach Livyatan notifications@github.comwrote:

Current REST API already support file download

Do we have a wiki page to describe all the REST API we support?

— Reply to this email directly or view it on GitHubhttps://github.com/cloudius-systems/capstan/issues/102#issuecomment-44161234 .

Asias

dorlaor commented 10 years ago

On Mon, May 26, 2014 at 9:41 AM, Asias He notifications@github.com wrote:

On Mon, May 26, 2014 at 2:39 PM, Tzach Livyatan notifications@github.comwrote:

Current REST API already support file download

Do we have a wiki page to describe all the REST API we support?

http://osv.io/api/swagger-ui/dist/index.html

— Reply to this email directly or view it on GitHub< https://github.com/cloudius-systems/capstan/issues/102#issuecomment-44161234>

.

Asias

— Reply to this email directly or view it on GitHubhttps://github.com/cloudius-systems/capstan/issues/102#issuecomment-44161319 .