Haven\'t found an answer anywhere... I created a VM (boot2docker) using docker-machine. I need to edit some files using root.
What is the root password in boot2docker?>
Login via ssh as docker user:
docker
$ ssh docker@
Password: tcuser
Then you can change on root user, just run sudo su root
root
sudo su root