ole@T:~$ docker run -it --rm alpine /bin/ash
(inside container) / #
Options used above:
/bin/ashis Ash (Almquist Shell) provided by BusyBox--rmAutomatically remove the container when it exits (docker run --help)-iInteractive mode (Keep STDIN open even if not attached)-tAllocate a pseudo-TTY