You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2020. It is now read-only.
→ docker ps
.....
099dc3966110 hectcastro/riak:latest /sbin/my_init --quie 8 minutes ago Up 8 minutes 0.0.0.0:49163->8087/tcp, 0.0.0.0:49164->8098/tcp riak01,riak02/seed,riak03/seed,riak04/seed,riak05/seed
→ docker inspect 099dc3966110 | grep IP
"IPAddress": "172.17.0.7",
"IPPrefixLen": 16,
→ ssh -i insecure_key root@172.17.0.7
The authenticity of host '172.17.0.7 (172.17.0.7)' can't be established.ECDSA key fingerprint is f1:56:8c:fc:8b:95:75:ff:5f:bc:4a:53:72:3d:da:0a.Are you sure you want to continue connecting (yes/no)? yesWarning: Permanently added '172.17.0.7' (ECDSA) to the list of known hosts.Connection to 172.17.0.7 closed by remote host.Connection to 172.17.0.7 closed.