This message was deleted.
# rancher-desktop
a
This message was deleted.
f
I'm assuming this is on macOS or Linux (but not Windows): Are you trying to access the host
/tmp
directory from inside a container? That fails because only
/tmp/rancher-desktop
is mounted into the VM. Can you put the temp files somewhere else, either under
$HOME
or
$TMPDIR
, as those directories are fully mapped.
d
yes this is on a mac
the use case is a simple hello world app for an aws lambda function with a debug mode
i dont see a current way to set a different value
this is using pycharm
f
Can you please create a Github issue for this, and include all the steps in how you deploy the image? I don't have PyCharm, but I have a license for GoLand, so hopefully I can reproduce it with that.
d
will do and share here
f
Thanks!