A
A
Alexander Savchuk2016-07-07 16:22:05
ubuntu
Alexander Savchuk, 2016-07-07 16:22:05

How to use Docker Machine from multiple machines?

Good afternoon!
There are VPS. I create a connection like this:

docker-machine create --driver generic --generic-ip-address <ip> --generic-ssh-user=root <machine name>

But if I create the same connection from another machine, I get an error.
Is it possible to manage one docker daemon from multiple machines?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel, 2016-07-11
@pvlg

What's wrong?
Ran docker from different machines, everything was fine.
There may be an error in the certificate keys, try to specify the same key from the second machine as in the first one using the --generic-ssh-key parameter

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question