mitmproxy / docker-releases

🗃️ This repository has been integrated into mitmproxy/mitmproxy.
52 stars 26 forks source link

want to modify the image to run bash get errors #15

Closed stayliv3 closed 7 years ago

stayliv3 commented 7 years ago

run docker exec -it elated_borg bash

the errors message is rpc error: code = 2 desc = oci runtime error: exec failed: container_linux.go:247: starting container process caused "exec: \"bash\": executable file not found in $PATH"

dweinstein commented 7 years ago

Try /bin/sh if your image is based on alpine Linux