docker container exec --it code example
Example 1: how to bash into docker container
docker exec -it nginx /bin/bash
Example 2: docker exec bash
//For executing commands in the container
docker exec -it bash
docker exec -it nginx /bin/bash
//For executing commands in the container
docker exec -it bash