docker-machine boot2docker root password

前端 未结 4 1624
栀梦
栀梦 2021-01-30 05:32

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?

4条回答
  •  离开以前
    2021-01-30 05:33

    Login via ssh as docker user:

    $ ssh docker@
    

    Password: tcuser

    Then you can change on root user, just run sudo su root

提交回复
热议问题