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
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