deimos icon indicating copy to clipboard operation
deimos copied to clipboard

Deimos should not override workdir

Open guenter opened this issue 11 years ago • 1 comments

Deimos always sets the workdir to /tmp/mesos-sandbox (via -w) which makes it hard to use containers that expect to be in the dir that is set via WORKDIR in Dockerfile. It would be nice if Deimos could use WORKDIR instead.

guenter avatar Jul 31 '14 20:07 guenter

It isn't really clear that mounting the fs (where the URLs are unpacked) under WORKDIR is safe in general...but not adding -w when there is a WORKDIR seems easy enough.

solidsnack avatar Aug 04 '14 06:08 solidsnack