kitt
kitt copied to clipboard
host home mapping
Would be great to properly handle host home mapping inside container.
A quick hack to do so is :
[workspace]
user = "john"
[[workspace.volumes]]
host = "$HOME"
bind = "/home/john/host"
mode = "ro"
Follow-up question : where should it be mapped to inside container ? /home/$USER/host ?