kitt icon indicating copy to clipboard operation
kitt copied to clipboard

host home mapping

Open senges opened this issue 3 years ago • 0 comments

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 ?

senges avatar Nov 03 '22 12:11 senges