adhocteam/script_exporter

Cannot run bash scripts

jomach opened this issue · 0 comments

The container should allow not only sh but bash scripts too, so that we can run bash scripts

$ docker run -it --rm alpine:3.8 sh
/ # /bin/bash
sh: /bin/bash: not found