what is the command to login to the container in the docker ?

To "login" or get an interactive shell inside a running container, use the docker exec command:
bash
docker exec -it /bin/bash
Пожалуйста, войдите, чтобы спрашивать, отвечать, делиться, ставить лайки и голосовать.