VITIMan / docker-music-stack

A fully working music stack built over Docker. Icecast + MPD + sima + ympd
80 stars 27 forks source link

rpc error: code = 13 desc = invalid header field value #1

Open appillustrator opened 7 years ago

appillustrator commented 7 years ago

Hi,

I'm trying to exec the container with bash, got this error:

rpc error: code = 13 desc = invalid header field value "oci runtime error: exec failed: container_linux.go:247: starting container process caused \"exec: \\\"bash\\\": executable file not found in $PATH\"\n"

fmartingr commented 7 years ago

Hi @appillustrator, late response here. All containers in the repo are based in Alpine Linux, which doesn't ship with bash by default. Use sh instead.