how to ssh into docker machine code example
Example 1: how to bash into docker container
docker exec -it nginx /bin/bash
Example 2: docker ssh
sudo docker exec –it nginx-test /bin/bash
docker exec -it nginx /bin/bash
sudo docker exec –it nginx-test /bin/bash