docker exec -it bash windows code example
Example 1: docker exec bash
//For executing commands in the container
docker exec -it bash
Example 2: docker -it exec bash
docker exec -i -t 0f4fe0b1f413 bash
//For executing commands in the container
docker exec -it bash
docker exec -i -t 0f4fe0b1f413 bash