Minor touchups
This commit is contained in:
parent
97b58c722b
commit
60f1711a00
3 changed files with 7 additions and 3 deletions
|
|
@ -39,6 +39,10 @@ var shellCmd = &cobra.Command{
|
|||
forwardPortRules = append(forwardPortRules, fpr)
|
||||
}
|
||||
|
||||
if !unrestrictedNetworkingFlag {
|
||||
slog.Warn("IMPORTANT: By default, Linsk shell starts a VM with restricted networking as it's done with `run` command. This means that you will have no internet access in the shell. If you want to have access to the internet, please add `--vm-unrestricted-networking` flag to your `linsk shell` command.")
|
||||
}
|
||||
|
||||
os.Exit(runVM(passthroughArg, func(ctx context.Context, i *vm.VM, fm *vm.FileManager) int {
|
||||
sc, err := i.DialSSH()
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue