docker exec from linux script code example
Example: docker exec bash
//For executing commands in the container
docker exec -it <CONTAINER_NAME> bash
//For executing commands in the container
docker exec -it <CONTAINER_NAME> bash