ERRO[0001] error waiting for container: context canceled
alpine
does not include bash
by default.
If you want to include bash
, you should add RUN apk add --no-cache bash
in your Dockerfile.
alpine
does not include bash
by default.
If you want to include bash
, you should add RUN apk add --no-cache bash
in your Dockerfile.