zoukankan      html  css  js  c++  java
  • docker-machine 创建主机的缺省密码 (Default User and Password)

    通常情况下,推荐使用 docker-machine ssh default 进行登录,不需要输入密码。default 是默认的 machine 名字。

    在 boot2docker 中,默认的用户名和密码是:

    user: dockerpass: tcuser

    登录方法:

    $ ssh docker@localhost -p 2022
    docker@localhost's password: tcuser                        ##        .
                      ## ## ##       ==
                   ## ## ## ##      ===
               /""""""""""""""""\___/ ===
          ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ /  ===- ~~~
               \______ o          __/
                             __/
                  \____\______/
  • 相关阅读:
    572.Subtree of Another Tree
    35.Search Insert Position(二分查找)
    198.House Robber(dp)
    724.Find Pivot Index
    705.Design HashSet
    求连通分量(深搜)
    删边(normal)
    叠放箱子问题
    数字游戏
    火车票
  • 原文地址:https://www.cnblogs.com/mouseleo/p/12114130.html
Copyright © 2011-2022 走看看