You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A host `/usr/bin` folder mounted to `/var/run/host/usr/bin` is added to the `$PATH`
in order to enable access to the programs installed on the host and not existing on the sandbox,
for example, such as `gdbserver`.
PATH is set to include '/var/run/host/usr/bin/'
'gdbinit' and 'gdbinit.d' are mounted to '/etc' to be accessed by gdb
'--device=all" permission is added to allow access to devices like /dev/pts/* from sandbox
Issue: #36
Signed-off-by: Victor Rubezhny <[email protected]>
0 commit comments