Obtaining this password should be meaningless to you. You do not need to use this password to log in, and the image does not contain the sshd service, so you cannot log in through ssh. You can use docker exec -it <container_name> /bin/bash directly from the host to enter bash inside the container
Obtaining this password should be meaningless to you. You do not need to use this password to log in, and the image does not contain the sshd service, so you cannot log in through ssh. You can use
docker exec -it <container_name> /bin/bash
directly from the host to enter bash inside the containerLooking at your Dockerfile
RUN echo "root:password" | chpasswd