Hey when running Geodesic on an Ubuntu machine, and executing the helper script (e.g.
/usr/bin/local/toolbox) I have to pass
sudo because Linux. It seems that Geodesic doesn't mount the host user's home directory in that case and prints the following message:
# Mounting /root into container with workdir /home/user/Workspace/project
# Starting new toolbox session from toolbox:latest
# Exposing port 40304
# No configured working directory is accessible:
# GEODESIC_WORKDIR is ""
# GEODESIC_HOST_CWD is "/home/user/Workspace/project"
# Defaulting initial working directory to "/conf"
# Geodesic version 2.3.0 based on Debian GNU/Linux 11 (bullseye) (11.7)
Is there a known work around for that for that issue?