Hacker News new | ask | show | jobs
by m463 887 days ago
I do things like this all the time:

  docker run -it --rm ubuntu:22.04
I assume that the default command for this image is /bin/sh

Do you do it this way to override the image's entrypoint unconditionally?