1. View the CONTAINER ID of the container
docker ps
2. Obtain root permissions
For example, the CONTAINER ID that needs to be entered is 4650e8d1bcca
docker exec -ti -u root 4650e8d1bcca bash
Related tutorial recommendations: docker tutorial
The above is the detailed content of How to log in to docker as root user. For more information, please follow other related articles on the PHP Chinese website!