If you have been trying different passwords to access root user in a docker machine terminal, do not worry. Following is the command which would get you access to root user without needing you to enter any password 🙂
sudo -i
One could access the docker machine from docker terminal with following command:
docker-machine ssh <docker-machine name such as default>
Latest posts by Ajitesh Kumar (see all)
- Credit Risk Modeling & Machine Learning Use Cases - June 9, 2023
- Underwriting & Machine Learning Models Examples - June 8, 2023
- Matplotlib Bar Chart Python / Pandas Examples - June 7, 2023
Leave a Reply