Docker exec as root docker

Enter container as root even if default user is non-root

docker exec -it -u root <container> bash
more docker all 46 commands →