Skip to content

Instantly share code, notes, and snippets.

@bamarni
Created August 22, 2016 08:43
Show Gist options
  • Save bamarni/608f43d7f90e92a9d84b749e14463657 to your computer and use it in GitHub Desktop.
Save bamarni/608f43d7f90e92a9d84b749e14463657 to your computer and use it in GitHub Desktop.
./bin/docker-machine --debug create \
> --driver=generic \
> --generic-ip-address=192.168.0.10 \
> --generic-ssh-user=pi \
> --engine-install-url=https://get.docker.com/ \
> rpi
Docker Machine Version: 0.7.0, build 0a94d75
Found binary path at ./bin/docker-machine
Launching plugin server for driver generic
Plugin server listening at address 127.0.0.1:57486
() Calling .GetVersion
Using API Version 1
() Calling .SetConfigRaw
() Calling .GetMachineName
(flag-lookup) Calling .GetMachineName
(flag-lookup) Calling .DriverName
(flag-lookup) Calling .GetCreateFlags
Found binary path at ./bin/docker-machine
Launching plugin server for driver generic
Plugin server listening at address 127.0.0.1:57490
() Calling .GetVersion
Using API Version 1
() Calling .SetConfigRaw
() Calling .GetMachineName
(rpi) Calling .GetMachineName
(rpi) Calling .DriverName
(rpi) Calling .GetCreateFlags
(rpi) Calling .SetConfigFromFlags
Running pre-create checks...
(rpi) Calling .PreCreateCheck
(rpi) Calling .GetConfigRaw
Creating machine...
(rpi) Calling .Create
(rpi) Calling .GetConfigRaw
(rpi) No SSH key specified. Assuming an existing key at the default location.
(rpi) DBG | IP: 192.168.0.10
(rpi) Calling .DriverName
(rpi) Calling .DriverName
Waiting for machine to be running, this may take a few minutes...
(rpi) Calling .GetState
Detecting operating system of created instance...
Waiting for SSH to be available...
Getting to WaitForSSH function...
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
exit 0
SSH cmd err, output: <nil>:
Detecting the provisioner...
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
cat /etc/os-release
SSH cmd err, output: <nil>: PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
found compatible host: raspbian
Provisioning with raspbian...
No storagedriver specified, using overlay
setting hostname
(rpi) Calling .GetMachineName
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
sudo hostname rpi && echo "rpi" | sudo tee /etc/hostname
SSH cmd err, output: <nil>: sudo: unable to resolve host rpi
rpi
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
if ! grep -xq .*rpi /etc/hosts; then
if grep -xq 127.0.1.1.* /etc/hosts; then
sudo sed -i 's/^127.0.1.1.*/127.0.1.1 rpi/g' /etc/hosts;
else
echo '127.0.1.1 rpi' | sudo tee -a /etc/hosts;
fi
fi
SSH cmd err, output: <nil>: sudo: unable to resolve host rpi
installing base packages
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
sudo apt-get update
SSH cmd err, output: <nil>: Get:1 http://archive.raspberrypi.org jessie InRelease [13.2 kB]
Get:2 http://mirrordirector.raspbian.org jessie InRelease [14.9 kB]
Get:3 http://archive.raspberrypi.org jessie/main armhf Packages [144 kB]
Get:4 http://mirrordirector.raspbian.org jessie/main armhf Packages [8,981 kB]
Get:5 http://archive.raspberrypi.org jessie/ui armhf Packages [8,966 B]
Ign http://archive.raspberrypi.org jessie/main Translation-en_GB
Ign http://archive.raspberrypi.org jessie/main Translation-en
Ign http://archive.raspberrypi.org jessie/ui Translation-en_GB
Ign http://archive.raspberrypi.org jessie/ui Translation-en
Get:6 http://mirrordirector.raspbian.org jessie/contrib armhf Packages [37.5 kB]
Get:7 http://mirrordirector.raspbian.org jessie/non-free armhf Packages [70.3 kB]
Get:8 http://mirrordirector.raspbian.org jessie/rpi armhf Packages [1,356 B]
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
Ign http://mirrordirector.raspbian.org jessie/main Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/main Translation-en
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
Fetched 9,272 kB in 14s (640 kB/s)
Reading package lists...
package: action=install name=curl
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
DEBIAN_FRONTEND=noninteractive sudo -E apt-get install -y curl
SSH cmd err, output: <nil>: Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
libcurl3
The following packages will be upgraded:
curl libcurl3
2 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
Need to get 427 kB of archives.
After this operation, 1,024 B of additional disk space will be used.
Get:1 http://mirrordirector.raspbian.org/raspbian/ jessie/main curl armhf 7.38.0-4+deb8u4 [195 kB]
Get:2 http://mirrordirector.raspbian.org/raspbian/ jessie/main libcurl3 armhf 7.38.0-4+deb8u4 [231 kB]
Reading changelogs...
Fetched 427 kB in 0s (669 kB/s)
(Reading database ... 31136 files and directories currently installed.)
Preparing to unpack .../curl_7.38.0-4+deb8u4_armhf.deb ...
Unpacking curl (7.38.0-4+deb8u4) over (7.38.0-4+deb8u3) ...
Preparing to unpack .../libcurl3_7.38.0-4+deb8u4_armhf.deb ...
Unpacking libcurl3:armhf (7.38.0-4+deb8u4) over (7.38.0-4+deb8u3) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up libcurl3:armhf (7.38.0-4+deb8u4) ...
Setting up curl (7.38.0-4+deb8u4) ...
Processing triggers for libc-bin (2.19-18+deb8u4) ...
installing docker
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
if ! type docker; then curl -sSL https://get.docker.com/ | sh -; fi
SSH cmd err, output: <nil>: bash: line 0: type: docker: not found
+ sudo -E sh -c mkdir -p /etc/systemd/system/docker.service.d
+ sudo -E sh -c echo '[Service]\nExecStart=\nExecStart=/usr/bin/dockerd --storage-driver overlay -H fd://' > /etc/systemd/system/docker.service.d/overlay.conf
+ sudo -E sh -c sleep 3; apt-get update
Hit http://archive.raspberrypi.org jessie InRelease
Hit http://mirrordirector.raspbian.org jessie InRelease
Hit http://archive.raspberrypi.org jessie/main armhf Packages
Hit http://archive.raspberrypi.org jessie/ui armhf Packages
Hit http://mirrordirector.raspbian.org jessie/main armhf Packages
Hit http://mirrordirector.raspbian.org jessie/contrib armhf Packages
Hit http://mirrordirector.raspbian.org jessie/non-free armhf Packages
Hit http://mirrordirector.raspbian.org jessie/rpi armhf Packages
Ign http://archive.raspberrypi.org jessie/main Translation-en_GB
Ign http://archive.raspberrypi.org jessie/main Translation-en
Ign http://archive.raspberrypi.org jessie/ui Translation-en_GB
Ign http://archive.raspberrypi.org jessie/ui Translation-en
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
Ign http://mirrordirector.raspbian.org jessie/main Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/main Translation-en
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
Reading package lists...
+ sudo -E sh -c sleep 3; apt-get install -y -q apt-transport-https ca-certificates
Reading package lists...
Building dependency tree...
Reading state information...
ca-certificates is already the newest version.
The following NEW packages will be installed:
apt-transport-https libcurl3-gnutls
0 upgraded, 2 newly installed, 0 to remove and 37 not upgraded.
Need to get 359 kB of archives.
After this operation, 641 kB of additional disk space will be used.
Get:1 http://mirrordirector.raspbian.org/raspbian/ jessie/main libcurl3-gnutls armhf 7.38.0-4+deb8u4 [225 kB]
Get:2 http://mirrordirector.raspbian.org/raspbian/ jessie/main apt-transport-https armhf 1.0.9.8.3 [134 kB]
Fetched 359 kB in 0s (804 kB/s)
Selecting previously unselected package libcurl3-gnutls:armhf.
(Reading database ... 31136 files and directories currently installed.)
Preparing to unpack .../libcurl3-gnutls_7.38.0-4+deb8u4_armhf.deb ...
Unpacking libcurl3-gnutls:armhf (7.38.0-4+deb8u4) ...
Selecting previously unselected package apt-transport-https.
Preparing to unpack .../apt-transport-https_1.0.9.8.3_armhf.deb ...
Unpacking apt-transport-https (1.0.9.8.3) ...
Setting up libcurl3-gnutls:armhf (7.38.0-4+deb8u4) ...
Setting up apt-transport-https (1.0.9.8.3) ...
Processing triggers for libc-bin (2.19-18+deb8u4) ...
+ sudo -E sh -c apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.AmEaHBXY1y --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
gpg: requesting key 2C52609D from hkp server ha.pool.sks-keyservers.net
gpg: key 2C52609D: public key "Docker Release Tool (releasedocker) <docker@docker.com>" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
+ break
+ sudo -E sh -c apt-key adv -k 58118E89F3A912897C070ADBF76221572C52609D >/dev/null
+ sudo -E sh -c mkdir -p /etc/apt/sources.list.d
+ dpkg --print-architecture
+ sudo -E sh -c echo deb \[arch=armhf\] https://apt.dockerproject.org/repo raspbian-jessie main > /etc/apt/sources.list.d/docker.list
+ sudo -E sh -c sleep 3; apt-get update; apt-get install -y -q docker-engine
Hit http://archive.raspberrypi.org jessie InRelease
Hit http://mirrordirector.raspbian.org jessie InRelease
Hit http://archive.raspberrypi.org jessie/main armhf Packages
Hit http://archive.raspberrypi.org jessie/ui armhf Packages
Hit http://mirrordirector.raspbian.org jessie/main armhf Packages
Hit http://mirrordirector.raspbian.org jessie/contrib armhf Packages
Hit http://mirrordirector.raspbian.org jessie/non-free armhf Packages
Get:1 https://apt.dockerproject.org raspbian-jessie InRelease [28.9 kB]
Hit http://mirrordirector.raspbian.org jessie/rpi armhf Packages
Get:2 https://apt.dockerproject.org raspbian-jessie/main armhf Packages [1,004 B]
Ign http://archive.raspberrypi.org jessie/main Translation-en_GB
Ign http://archive.raspberrypi.org jessie/main Translation-en
Ign http://archive.raspberrypi.org jessie/ui Translation-en_GB
Get:3 https://apt.dockerproject.org raspbian-jessie/main Translation-en_GB [454 B]
Ign http://archive.raspberrypi.org jessie/ui Translation-en
Get:4 https://apt.dockerproject.org raspbian-jessie/main Translation-en [454 B]
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
Ign http://mirrordirector.raspbian.org jessie/main Translation-en_GB
Get:5 https://apt.dockerproject.org raspbian-jessie/main Translation-en_GB [454 B]
Ign http://mirrordirector.raspbian.org jessie/main Translation-en
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
Get:6 https://apt.dockerproject.org raspbian-jessie/main Translation-en [454 B]
Get:7 https://apt.dockerproject.org raspbian-jessie/main Translation-en_GB [454 B]
Get:8 https://apt.dockerproject.org raspbian-jessie/main Translation-en [454 B]
Get:9 https://apt.dockerproject.org raspbian-jessie/main Translation-en_GB [454 B]
Get:10 https://apt.dockerproject.org raspbian-jessie/main Translation-en [454 B]
Get:11 https://apt.dockerproject.org raspbian-jessie/main Translation-en_GB [454 B]
Ign https://apt.dockerproject.org raspbian-jessie/main Translation-en_GB
Get:12 https://apt.dockerproject.org raspbian-jessie/main Translation-en [454 B]
Ign https://apt.dockerproject.org raspbian-jessie/main Translation-en
Fetched 29.9 kB in 6s (4,559 B/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
aufs-tools cgroupfs-mount git git-man libapparmor1 liberror-perl rsync
Suggested packages:
gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn
The following NEW packages will be installed:
aufs-tools cgroupfs-mount docker-engine git git-man libapparmor1
liberror-perl rsync
0 upgraded, 8 newly installed, 0 to remove and 37 not upgraded.
Need to get 20.4 MB of archives.
After this operation, 101 MB of additional disk space will be used.
Get:1 http://mirrordirector.raspbian.org/raspbian/ jessie/main aufs-tools armhf 1:3.2+20130722-1.1 [91.0 kB]
Get:2 https://apt.dockerproject.org/repo/ raspbian-jessie/main docker-engine armhf 1.12.1-0~jessie [15.9 MB]
Get:3 http://mirrordirector.raspbian.org/raspbian/ jessie/main cgroupfs-mount all 1.1 [4,572 B]
Get:4 http://mirrordirector.raspbian.org/raspbian/ jessie/main libapparmor1 armhf 2.9.0-3 [58.1 kB]
Get:5 http://mirrordirector.raspbian.org/raspbian/ jessie/main liberror-perl all 0.17-1.1 [22.4 kB]
Get:6 http://mirrordirector.raspbian.org/raspbian/ jessie/main git-man all 1:2.1.4-2.1+deb8u2 [1,267 kB]
Get:7 http://mirrordirector.raspbian.org/raspbian/ jessie/main git armhf 1:2.1.4-2.1+deb8u2 [2,725 kB]
Get:8 http://mirrordirector.raspbian.org/raspbian/ jessie/main rsync armhf 3.1.1-3 [373 kB]
Fetched 20.4 MB in 11s (1,813 kB/s)
Selecting previously unselected package aufs-tools.
(Reading database ... 31151 files and directories currently installed.)
Preparing to unpack .../aufs-tools_1%3a3.2+20130722-1.1_armhf.deb ...
Unpacking aufs-tools (1:3.2+20130722-1.1) ...
Selecting previously unselected package cgroupfs-mount.
Preparing to unpack .../cgroupfs-mount_1.1_all.deb ...
Unpacking cgroupfs-mount (1.1) ...
Selecting previously unselected package libapparmor1:armhf.
Preparing to unpack .../libapparmor1_2.9.0-3_armhf.deb ...
Unpacking libapparmor1:armhf (2.9.0-3) ...
Selecting previously unselected package docker-engine.
Preparing to unpack .../docker-engine_1.12.1-0~jessie_armhf.deb ...
Unpacking docker-engine (1.12.1-0~jessie) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...
Unpacking liberror-perl (0.17-1.1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.1.4-2.1+deb8u2_all.deb ...
Unpacking git-man (1:2.1.4-2.1+deb8u2) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.1.4-2.1+deb8u2_armhf.deb ...
Unpacking git (1:2.1.4-2.1+deb8u2) ...
Selecting previously unselected package rsync.
Preparing to unpack .../rsync_3.1.1-3_armhf.deb ...
Unpacking rsync (3.1.1-3) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for systemd (215-17+deb8u4) ...
Setting up aufs-tools (1:3.2+20130722-1.1) ...
Setting up cgroupfs-mount (1.1) ...
Setting up libapparmor1:armhf (2.9.0-3) ...
Setting up docker-engine (1.12.1-0~jessie) ...
Setting up liberror-perl (0.17-1.1) ...
Setting up git-man (1:2.1.4-2.1+deb8u2) ...
Setting up git (1:2.1.4-2.1+deb8u2) ...
Setting up rsync (3.1.1-3) ...
Processing triggers for libc-bin (2.19-18+deb8u4) ...
Processing triggers for systemd (215-17+deb8u4) ...
+ sudo -E sh -c docker version
Client:
Version: 1.12.1
API version: 1.24
Go version: go1.6.3
Git commit: 23cf638
Built: Thu Aug 18 05:31:15 2016
OS/Arch: linux/arm
Server:
Version: 1.12.1
API version: 1.24
Go version: go1.6.3
Git commit: 23cf638
Built: Thu Aug 18 05:31:15 2016
OS/Arch: linux/arm
If you would like to use Docker as a non-root user, you should now consider
adding your user to the "docker" group with something like:
sudo usermod -aG docker pi
Remember that you will have to log out and back in for this to take effect!
waiting for docker daemon
checking docker daemon
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
sudo docker version
SSH cmd err, output: <nil>: Client:
Version: 1.12.1
API version: 1.24
Go version: go1.6.3
Git commit: 23cf638
Built: Thu Aug 18 05:31:15 2016
OS/Arch: linux/arm
Server:
Version: 1.12.1
API version: 1.24
Go version: go1.6.3
Git commit: 23cf638
Built: Thu Aug 18 05:31:15 2016
OS/Arch: linux/arm
configuring auth
(rpi) Calling .GetMachineName
(rpi) Calling .GetIP
Copying certs to the local machine directory...
generating server cert: /Users/bamarni/.docker/machine/machines/rpi/server.pem ca-key=/Users/bamarni/.docker/machine/certs/ca.pem private-key=/Users/bamarni/.docker/machine/certs/ca-key.pem org=bamarni.rpi san=[192.168.0.10 localhost]
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
sudo systemctl -f stop docker
SSH cmd err, output: <nil>:
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
if [ ! -z "$(ip link show docker0)" ]; then sudo ip link delete docker0; fi
SSH cmd err, output: <nil>:
Copying certs to the remote machine...
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
printf '%s' '-----BEGIN CERTIFICATE-----
MIICzjCCAbigAwIBAgIRAPgrjlhbRrTzXRziPj1u7EkwCwYJKoZIhvcNAQELMBIx
EDAOBgNVBAoTB2JhbWFybmkwHhcNMTUwOTIzMTYyMDAwWhcNMTgwOTA3MTYyMDAw
WjASMRAwDgYDVQQKEwdiYW1hcm5pMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
CgKCAQEA2NjiyZ3qqIetYWSnLc+ARjsFO7E3V5GambaXRtF+0cat0Hs/yln5V8Fv
NLj5f2qLolPQzCkehxc4ZPSO8m1cPswYz0VkVO9CrgQgy2rVU7VDWQDny/512Cpo
fhAAkdOqsxmnK2/RwM6CCLfcz5y3jy+++um0X6IRC8U27z1Mvffrsd6FnvDVZO9a
O5r7b8q6IXBAAGOERrLSsYb4h5u70LxA2UoHW2kiar4kRc+njkv5YLCusWVjvzOh
fnBu3aA1f6CzuZ+lVQ0gOQihrIDhOUF3vxr56Z75xrqOFuorN+5Xy2Im2U1gArWG
pVsHfA1tNlFboIEpXJKfRjMDOaaY3wIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAKww
DwYDVR0TAQH/BAUwAwEB/zALBgkqhkiG9w0BAQsDggEBAKYSf8bbYkxZs3ho2hb6
WHkM2LXGIWLzlOspAk2wTeZLUxItri/zNK+5IMxaB22pgPzXOLSVtlTuTNTdJGlE
Y1R+Zuzsf3RzlwQKNFCPzB1jjX1Fhn5xBx5QVOli6HYtwd9lafoujeeqTVf1gRkj
kUKbqI10So2o3a0LPF/N9TsWG/43ES4DcZuRxQSwzKrvXAUxxyd6TxAuox3WMRM3
H0ZRdR2MWPwfjNhtTxRAdQBcqcOZWhQTwkbhjfjOjDxpRXYAUOr3GP8J3L3gOXb6
mOwdBxVKQVR6z3TpSItTQNIiUdcr7cIUyvT8mpUSV+EdEME5LgVA77iLbUhXB9Aq
wpA=
-----END CERTIFICATE-----
' | sudo tee /etc/docker/ca.pem
SSH cmd err, output: <nil>: -----BEGIN CERTIFICATE-----
MIICzjCCAbigAwIBAgIRAPgrjlhbRrTzXRziPj1u7EkwCwYJKoZIhvcNAQELMBIx
EDAOBgNVBAoTB2JhbWFybmkwHhcNMTUwOTIzMTYyMDAwWhcNMTgwOTA3MTYyMDAw
WjASMRAwDgYDVQQKEwdiYW1hcm5pMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
CgKCAQEA2NjiyZ3qqIetYWSnLc+ARjsFO7E3V5GambaXRtF+0cat0Hs/yln5V8Fv
NLj5f2qLolPQzCkehxc4ZPSO8m1cPswYz0VkVO9CrgQgy2rVU7VDWQDny/512Cpo
fhAAkdOqsxmnK2/RwM6CCLfcz5y3jy+++um0X6IRC8U27z1Mvffrsd6FnvDVZO9a
O5r7b8q6IXBAAGOERrLSsYb4h5u70LxA2UoHW2kiar4kRc+njkv5YLCusWVjvzOh
fnBu3aA1f6CzuZ+lVQ0gOQihrIDhOUF3vxr56Z75xrqOFuorN+5Xy2Im2U1gArWG
pVsHfA1tNlFboIEpXJKfRjMDOaaY3wIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAKww
DwYDVR0TAQH/BAUwAwEB/zALBgkqhkiG9w0BAQsDggEBAKYSf8bbYkxZs3ho2hb6
WHkM2LXGIWLzlOspAk2wTeZLUxItri/zNK+5IMxaB22pgPzXOLSVtlTuTNTdJGlE
Y1R+Zuzsf3RzlwQKNFCPzB1jjX1Fhn5xBx5QVOli6HYtwd9lafoujeeqTVf1gRkj
kUKbqI10So2o3a0LPF/N9TsWG/43ES4DcZuRxQSwzKrvXAUxxyd6TxAuox3WMRM3
H0ZRdR2MWPwfjNhtTxRAdQBcqcOZWhQTwkbhjfjOjDxpRXYAUOr3GP8J3L3gOXb6
mOwdBxVKQVR6z3TpSItTQNIiUdcr7cIUyvT8mpUSV+EdEME5LgVA77iLbUhXB9Aq
wpA=
-----END CERTIFICATE-----
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
printf '%s' '-----BEGIN CERTIFICATE-----
MIIDBDCCAeygAwIBAgIRAL/h0Ng9h8mzVohBs1iC1dEwDQYJKoZIhvcNAQELBQAw
EjEQMA4GA1UEChMHYmFtYXJuaTAeFw0xNjA4MjIwODM1MDBaFw0xOTA4MDcwODM1
MDBaMBYxFDASBgNVBAoTC2JhbWFybmkucnBpMIIBIjANBgkqhkiG9w0BAQEFAAOC
AQ8AMIIBCgKCAQEA8s8mGNPDKC39ReDiX1ZnDAlvfV5GkueqxkC7atEhCwhaiodr
2EdsVEVKAgRduMr8zE+Llo/PAce4tpKL/s0Hc5jklDx2Plgy9sz1AIGGsUJbxWM5
6HXRez9IzXkpUPgiIyCvDZO6HuHJbq28x7RR0sAD26BkebUsmTEELEW5afw7yzZQ
NB2YqWsMhkRXgbW7k1UpFE2f9apjmP/C/2Ac9xu/vuF3KGyLzNRINixK314TBHbL
PC2Jpkrt91C/VubtR4rfbC6e4is0zVSOhFoF9mDVnyWxdizYgCjdcyQjFnVC+L+s
4EFn8aMCIC6FA81lZLL6I6/PjBhxQ5bg/qanHwIDAQABo1EwTzAOBgNVHQ8BAf8E
BAMCA6gwEwYDVR0lBAwwCgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADAaBgNVHREE
EzARgglsb2NhbGhvc3SHBMCoAAowDQYJKoZIhvcNAQELBQADggEBAA24T9Sm0KRJ
ZTyIH/fYER5BeskcSV5Og4hyBOkICBNTbyA44+7Fd9rDVl5JJmKEzpOO5gtXTnec
YX+o1pXOulk1jlqMQx7Nwbqz8o+lVTmdjAe9Cce2AqJVmaF2UwFeOyfH2b9UIlUn
rMpgLKBhLPcp5b7xD+ObU8UeMLtU/eQxHmEqFTLtzSHW+innGPA0xJCIwiuqkbiH
6qG8CAc9jFWeblJEghU1BFGTwPz1f/Ta5NRdKDgyS4XVVcPGxiKE8dhE/9w91F+P
UR6Wj0WP2szHmEUXwQ4zE7HHI4pVMLbq2TYmhY9KXv1tPY8ryAxthths35P/tkPg
Nf5mIbAzeYM=
-----END CERTIFICATE-----
' | sudo tee /etc/docker/server.pem
SSH cmd err, output: <nil>: -----BEGIN CERTIFICATE-----
MIIDBDCCAeygAwIBAgIRAL/h0Ng9h8mzVohBs1iC1dEwDQYJKoZIhvcNAQELBQAw
EjEQMA4GA1UEChMHYmFtYXJuaTAeFw0xNjA4MjIwODM1MDBaFw0xOTA4MDcwODM1
MDBaMBYxFDASBgNVBAoTC2JhbWFybmkucnBpMIIBIjANBgkqhkiG9w0BAQEFAAOC
AQ8AMIIBCgKCAQEA8s8mGNPDKC39ReDiX1ZnDAlvfV5GkueqxkC7atEhCwhaiodr
2EdsVEVKAgRduMr8zE+Llo/PAce4tpKL/s0Hc5jklDx2Plgy9sz1AIGGsUJbxWM5
6HXRez9IzXkpUPgiIyCvDZO6HuHJbq28x7RR0sAD26BkebUsmTEELEW5afw7yzZQ
NB2YqWsMhkRXgbW7k1UpFE2f9apjmP/C/2Ac9xu/vuF3KGyLzNRINixK314TBHbL
PC2Jpkrt91C/VubtR4rfbC6e4is0zVSOhFoF9mDVnyWxdizYgCjdcyQjFnVC+L+s
4EFn8aMCIC6FA81lZLL6I6/PjBhxQ5bg/qanHwIDAQABo1EwTzAOBgNVHQ8BAf8E
BAMCA6gwEwYDVR0lBAwwCgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADAaBgNVHREE
EzARgglsb2NhbGhvc3SHBMCoAAowDQYJKoZIhvcNAQELBQADggEBAA24T9Sm0KRJ
ZTyIH/fYER5BeskcSV5Og4hyBOkICBNTbyA44+7Fd9rDVl5JJmKEzpOO5gtXTnec
YX+o1pXOulk1jlqMQx7Nwbqz8o+lVTmdjAe9Cce2AqJVmaF2UwFeOyfH2b9UIlUn
rMpgLKBhLPcp5b7xD+ObU8UeMLtU/eQxHmEqFTLtzSHW+innGPA0xJCIwiuqkbiH
6qG8CAc9jFWeblJEghU1BFGTwPz1f/Ta5NRdKDgyS4XVVcPGxiKE8dhE/9w91F+P
UR6Wj0WP2szHmEUXwQ4zE7HHI4pVMLbq2TYmhY9KXv1tPY8ryAxthths35P/tkPg
Nf5mIbAzeYM=
-----END CERTIFICATE-----
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
printf '%s' '-----BEGIN RSA PRIVATE KEY-----
MIIEowIBAAKCAQEA8s8mGNPDKC39ReDiX1ZnDAlvfV5GkueqxkC7atEhCwhaiodr
2EdsVEVKAgRduMr8zE+Llo/PAce4tpKL/s0Hc5jklDx2Plgy9sz1AIGGsUJbxWM5
6HXRez9IzXkpUPgiIyCvDZO6HuHJbq28x7RR0sAD26BkebUsmTEELEW5afw7yzZQ
NB2YqWsMhkRXgbW7k1UpFE2f9apjmP/C/2Ac9xu/vuF3KGyLzNRINixK314TBHbL
PC2Jpkrt91C/VubtR4rfbC6e4is0zVSOhFoF9mDVnyWxdizYgCjdcyQjFnVC+L+s
4EFn8aMCIC6FA81lZLL6I6/PjBhxQ5bg/qanHwIDAQABAoIBACQQTHJHkab4HbQx
UK4kYS3SgPK3+/d53U2Q88VLxoKi/P+yWXxIL3jcyb8+8sStsZqO/gag2XhEN9U2
MwDnZwHuZZT23gEojHlHu+QVWPIfDw5kTIeQaErL/X43TsGt+TQKeLWliXFoy8ha
mb13tOd+iZQnYIULOdKPCzWgLYfmGtOgnO3d5L3GcibamIn+Az0owAdASaNkVgGs
FRzQeNrZd5swUdpNGEJ/VJ3XcKmw73xIRioIAQdCupPu4T+kQPzTvAjO7cHOSZMJ
McmxmrC3W6FAccSoxAtVT0LkcF9rJxJJmD2D6GaCitppVI6qAqw23++YQtiuRlkD
e8HNNDECgYEA+OWh62KCSI1W/fcicqFLUB6I0gfFKeW0FoO7nsNRrJvdfvdwsneO
zPPa576ppx6e7OS0ncdbrEmcfsi8yK+PuKPhhshEONIfJ9P77qDEarA7t+K5LTJh
kZjwfn63sxdHfWdl2+b1FPlhGX3z/qwYrTiQz4MJc9EKoGg3tUxZNiUCgYEA+b0K
W+q6OaiXjn+mCf8DjlnrmvRUQmsd+gdgrqbla5Z2GfGTCRsk5bqinI6MGCADp5dS
mmGQZ0vbJddiBA2AUlRSsVxa/6ICLafnCpbbtgndd48vylm2vqs4uTWnhpDJIv+i
Oz9bNj1ZEbBEi7U2V1Tbaq5SB8H3snksceHumvMCgYA2I0Sf/XJXM58baJjulBTc
nXenL5d8MIGGcCrsMpHeWJzKFCpIN2cxP017IOan+ioZXvnGY+mVxQEsNp+Ri1ZY
lBTnC0KDlXi/YgWndwKiLikfK0qaAR5l2/1bllaAtuyO42GtfkQKxt+O+u2KlIZd
jzM4X8k7jtmf4GtVnQC+nQKBgQDF03ODQDroNZ5oaMFUJcfhWWWCx4x/WG7UgkeZ
0ebmBLfk8TGyAuiFegQZ0+kxqxp6BSqP1D0ZNkOQhD7GSxOdI+KlUC1dVi43kEs6
XioI12Oxs6D9v3c9LlCulcvwknxh1vHh0Nwl6Q7HLkP+DzvOjg+JQDEGqCXYIJiO
VZQ29QKBgAwDbXElTTri1j/XOYDP1/MgROYToKwtVhJvYAOZgcRAJyP8JZJl1I+s
0RNaYbibxEzaI+BHURIJtMl0M/s09eqw+TFVwdxcu5z5rhzbzNpTEuMOTz3ygj8A
x/xce3CZFRuXK77wKK1y39rna6URUIK4K6LWALKV0m572RAmejI8
-----END RSA PRIVATE KEY-----
' | sudo tee /etc/docker/server-key.pem
SSH cmd err, output: <nil>: -----BEGIN RSA PRIVATE KEY-----
MIIEowIBAAKCAQEA8s8mGNPDKC39ReDiX1ZnDAlvfV5GkueqxkC7atEhCwhaiodr
2EdsVEVKAgRduMr8zE+Llo/PAce4tpKL/s0Hc5jklDx2Plgy9sz1AIGGsUJbxWM5
6HXRez9IzXkpUPgiIyCvDZO6HuHJbq28x7RR0sAD26BkebUsmTEELEW5afw7yzZQ
NB2YqWsMhkRXgbW7k1UpFE2f9apjmP/C/2Ac9xu/vuF3KGyLzNRINixK314TBHbL
PC2Jpkrt91C/VubtR4rfbC6e4is0zVSOhFoF9mDVnyWxdizYgCjdcyQjFnVC+L+s
4EFn8aMCIC6FA81lZLL6I6/PjBhxQ5bg/qanHwIDAQABAoIBACQQTHJHkab4HbQx
UK4kYS3SgPK3+/d53U2Q88VLxoKi/P+yWXxIL3jcyb8+8sStsZqO/gag2XhEN9U2
MwDnZwHuZZT23gEojHlHu+QVWPIfDw5kTIeQaErL/X43TsGt+TQKeLWliXFoy8ha
mb13tOd+iZQnYIULOdKPCzWgLYfmGtOgnO3d5L3GcibamIn+Az0owAdASaNkVgGs
FRzQeNrZd5swUdpNGEJ/VJ3XcKmw73xIRioIAQdCupPu4T+kQPzTvAjO7cHOSZMJ
McmxmrC3W6FAccSoxAtVT0LkcF9rJxJJmD2D6GaCitppVI6qAqw23++YQtiuRlkD
e8HNNDECgYEA+OWh62KCSI1W/fcicqFLUB6I0gfFKeW0FoO7nsNRrJvdfvdwsneO
zPPa576ppx6e7OS0ncdbrEmcfsi8yK+PuKPhhshEONIfJ9P77qDEarA7t+K5LTJh
kZjwfn63sxdHfWdl2+b1FPlhGX3z/qwYrTiQz4MJc9EKoGg3tUxZNiUCgYEA+b0K
W+q6OaiXjn+mCf8DjlnrmvRUQmsd+gdgrqbla5Z2GfGTCRsk5bqinI6MGCADp5dS
mmGQZ0vbJddiBA2AUlRSsVxa/6ICLafnCpbbtgndd48vylm2vqs4uTWnhpDJIv+i
Oz9bNj1ZEbBEi7U2V1Tbaq5SB8H3snksceHumvMCgYA2I0Sf/XJXM58baJjulBTc
nXenL5d8MIGGcCrsMpHeWJzKFCpIN2cxP017IOan+ioZXvnGY+mVxQEsNp+Ri1ZY
lBTnC0KDlXi/YgWndwKiLikfK0qaAR5l2/1bllaAtuyO42GtfkQKxt+O+u2KlIZd
jzM4X8k7jtmf4GtVnQC+nQKBgQDF03ODQDroNZ5oaMFUJcfhWWWCx4x/WG7UgkeZ
0ebmBLfk8TGyAuiFegQZ0+kxqxp6BSqP1D0ZNkOQhD7GSxOdI+KlUC1dVi43kEs6
XioI12Oxs6D9v3c9LlCulcvwknxh1vHh0Nwl6Q7HLkP+DzvOjg+JQDEGqCXYIJiO
VZQ29QKBgAwDbXElTTri1j/XOYDP1/MgROYToKwtVhJvYAOZgcRAJyP8JZJl1I+s
0RNaYbibxEzaI+BHURIJtMl0M/s09eqw+TFVwdxcu5z5rhzbzNpTEuMOTz3ygj8A
x/xce3CZFRuXK77wKK1y39rna6URUIK4K6LWALKV0m572RAmejI8
-----END RSA PRIVATE KEY-----
(rpi) Calling .GetURL
(rpi) Calling .DriverName
Setting Docker configuration on the remote daemon...
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
printf %s "[Service]
ExecStart=/usr/bin/docker daemon -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --storage-driver overlay --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=generic
MountFlags=slave
LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=infinity
Environment=
[Install]
WantedBy=multi-user.target
" | sudo tee /etc/systemd/system/docker.service
SSH cmd err, output: <nil>: [Service]
ExecStart=/usr/bin/docker daemon -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --storage-driver overlay --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=generic
MountFlags=slave
LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=infinity
Environment=
[Install]
WantedBy=multi-user.target
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
sudo systemctl daemon-reload
SSH cmd err, output: <nil>:
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
sudo systemctl -f start docker
SSH cmd err, output: <nil>:
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
netstat -tln
SSH cmd err, output: <nil>: Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
netstat -tln
SSH cmd err, output: <nil>: Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
netstat -tln
SSH cmd err, output: <nil>: Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
netstat -tln
SSH cmd err, output: <nil>: Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
netstat -tln
SSH cmd err, output: <nil>: Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
netstat -tln
SSH cmd err, output: <nil>: Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
netstat -tln
SSH cmd err, output: <nil>: Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
netstat -tln
SSH cmd err, output: <nil>: Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
netstat -tln
SSH cmd err, output: <nil>: Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
(rpi) Calling .GetSSHHostname
(rpi) Calling .GetSSHPort
(rpi) Calling .GetSSHKeyPath
(rpi) Calling .GetSSHUsername
Using SSH client type: external
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none pi@192.168.0.10 -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
netstat -tln
SSH cmd err, output: <nil>: Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
Error creating machine: Error running provisioning: Unable to verify the Docker daemon is listening: Maximum number of retries (10) exceeded
notifying bugsnag: [Error creating machine: Error running provisioning: Unable to verify the Docker daemon is listening: Maximum number of retries (10) exceeded]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment