Closed mfhepp closed 7 months ago
When using the images in interactive mode, neither bash history nor bash autocomplete work.
The reason is the usage of /bin/sh instead of bin/bash as the command.
/bin/sh
bin/bash
When using the images in interactive mode, neither bash history nor bash autocomplete work.
The reason is the usage of
/bin/sh
instead ofbin/bash
as the command.