frantjc / sequence

MIT License
0 stars 0 forks source link

host machine volume #11

Closed frantjc closed 2 years ago

frantjc commented 2 years ago

there should always be at least one volume in a step mounted to the host machine so that users can emit an artifact from a step and get ahold of it.

by default, this volume should probably be mounted on the container somewhere cool like /dev/sqnc, but should be configurable via cli flags

the host mount should probably be somewhere under /tmp, but should also be configurable via cli flags

frantjc commented 2 years ago

this doesn't work on a remote server, really. we'd need another service to track artifacts in the host volume and serve them so that the client could download them

frantjc commented 2 years ago

container runtimes seem to have CopyFrom functionality on containers, so we'd want to use that