mfhepp / py4docker

Template for running Python 3.x shell scripts and notebooks in a Docker container for isolation, security, and portability
MIT License
2 stars 0 forks source link

Fix bash autocomplete and history #19

Closed mfhepp closed 7 months ago

mfhepp commented 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.