What does bin/bash after sudo docker run -i -t ubuntu /bin/bash mean?

sudo docker run -i -t ubuntu /bin/bash 

What does the following bin/bash mean?

This means that after loading the container and running bash, a process must be kept running in the docker, otherwise the entire container will exit.
This means that bash is started after starting the container.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324654348&siteId=291194637