2017-07-12 2 views
1

ich neue Docker-Maschine mit Fahrern „generic“ auf VPS erstellen versuchen, und ich bekomme diese Fehlermeldung:Fehler auf neue generische Docker Maschine erstellen

MacBook-Pro-Pavel:demo pavel$ docker-machine create --driver generic --generic-ssh-key ~/.ssh/id_rsa --generic-ip-address=5.63.154.209 regru 
Running pre-create checks... 
Creating machine... 
(regru) Importing SSH key... 
Waiting for machine to be running, this may take a few minutes... 
Detecting operating system of created instance... 
Waiting for SSH to be available... 
Detecting the provisioner... 
Provisioning with debian... 
Copying certs to the local machine directory... 
Copying certs to the remote machine... 
Setting Docker configuration on the remote daemon... 
Error creating machine: Error running provisioning: ssh command error: 
command : sudo systemctl -f start docker 
err  : exit status 1 
output : Job for docker.service failed. See 'systemctl status docker.service' and 'journalctl -xn' for details. 

Maschine mit Fahrern „VirtualBox“ erstellen normalerweise:

MacBook-Pro-Pavel:~ pavel$ docker-machine ls 
NAME   ACTIVE DRIVER  STATE  URL       SWARM DOCKER  ERRORS 
regru   -  generic  Running tcp://5.63.154.209:2376    Unknown  Unable to query docker version: Cannot connect to the docker engine endpoint 
swarm-node-0 -  virtualbox Running tcp://192.168.99.100:2376   v17.06.0-ce 
swarm-node-1 -  virtualbox Running tcp://192.168.99.101:2376   v17.06.0-ce 

systemctl status docker.service und journalctl -xnhere.

Was mache ich falsch?

UPDATE

$ docker version 
Client: 
Version:  17.06.0-ce 
API version: 1.30 
Go version: go1.8.3 
Git commit: 02c1d87 
Built:  Fri Jun 23 21:31:53 2017 
OS/Arch:  darwin/amd64 

Server: 
Version:  17.06.0-ce 
API version: 1.30 (minimum version 1.12) 
Go version: go1.8.3 
Git commit: 02c1d87 
Built:  Fri Jun 23 21:51:55 2017 
OS/Arch:  linux/amd64 
Experimental: true 

Antwort

Verwandte Themen