floki icon indicating copy to clipboard operation
floki copied to clipboard

Inner shell and outer shell have different restrictions

Open maxdymond opened this issue 4 years ago • 0 comments

In order to get user switching working appropriately when the upstream Docker image has USER , I have used the following:

shell:
  inner: sudo su -c bash
  outer: bash

Trial and error has revealed that the outer shell cannot have a freeform input, but the inner shell can.

maxdymond avatar Mar 10 '20 13:03 maxdymond