Comment 12 for bug 1872304

Revision history for this message
In , rabin (rabin-redhat-bugs) wrote :

my bad alpine don't come with bash, use `sh` instead

# docker run --name test -it --rm docker.io/alpine /bin/sh

you can then stop it with

# docker kill test