ruby-docker icon indicating copy to clipboard operation
ruby-docker copied to clipboard

Mount cloudsql volume instead of all volumes

Open sl0wik opened this issue 2 years ago • 1 comments

Using --volumes-from overwrite image workspace with empty workspace. This change mounting only /cloudsql.

sl0wik avatar May 02 '23 19:05 sl0wik

Is there a particular volume that should be excluded to prevent replacing the image's pre-existing workspace? This is impacting our ability to run serverless exec to run rake commands on our rails app images which are using a custom entrypoint. Because the workspace is being replaced, not only can our entrypoint not be found, but I suspect it wouldn't find our rake tasks either.

moliver-hemasystems avatar Jul 28 '25 18:07 moliver-hemasystems