Run¶docker images docker run -it <image-id> #from default entrypoint docker run -it --entrypoint /bin/bash <image-id> #from another entrypoint