Last active
January 11, 2018 07:54
-
-
Save brgnepal/b66d6192630ca7531bfce95b3f1d0b08 to your computer and use it in GitHub Desktop.
minishift start with rc1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\> minishift config view | |
- iso-url : file://C:/Users/budhram/.minishift/cache/iso/minishift-rhel7.iso | |
- memory : 4GB | |
- vm-driver : hyperv | |
PS C:\> minishift start --username $env:USR --password $env:PASS -v 5 --show-libmachine-logs | |
-- minishift version: v1.11.0+d7f374a | |
-- Starting profile 'foo' | |
-- Checking if requested hypervisor 'hyperv' is supported on this platform ... OK | |
-- Checking if Hyper-V driver is installed ... OK | |
-- Checking if Hyper-V driver is configured to use a Virtual Switch ... OK | |
-- Checking if user is a member of the Hyper-V Administrators group ... OK | |
-- Checking the ISO URL ... OK | |
-- Starting local OpenShift cluster using 'hyperv' hypervisor ... | |
-- Minishift VM will be configured with ... | |
Memory: 4 GB | |
vCPUs : 2 | |
Disk size: 20 GB | |
-- Starting Minishift VM ....Found binary path at C:\usr_bin\minishift.exe | |
Launching plugin server for driver hyperv | |
Plugin server listening at address 127.0.0.1:52442 | |
() Calling .GetVersion | |
Using API Version 1 | |
() Calling .SetConfigRaw | |
() Calling .GetMachineName | |
(foo) Calling .GetMachineName | |
(foo) Calling .DriverName | |
(foo) Calling .SetConfigFromFlags | |
(foo) Trying to access option swarm-master which does not exist | |
(foo) THIS ***WILL*** CAUSE UNEXPECTED BEHAVIOR | |
(foo) Type assertion did not go smoothly to bool for key swarm-master | |
(foo) Trying to access option swarm-host which does not exist | |
(foo) THIS ***WILL*** CAUSE UNEXPECTED BEHAVIOR | |
(foo) Type assertion did not go smoothly to string for key swarm-host | |
(foo) Trying to access option swarm-discovery which does not exist | |
(foo) THIS ***WILL*** CAUSE UNEXPECTED BEHAVIOR | |
(foo) Type assertion did not go smoothly to string for key swarm-discovery | |
Running pre-create checks... | |
(foo) Calling .PreCreateCheck | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive @(Get-Command Get-VM).ModuleName | |
(foo) DBG | [stdout =====>] : Hyper-V | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive @([Security.Principal.WindowsPrincipal][Security.Pr | |
incipal.WindowsIdentity]::GetCurrent()).IsInRole("Hyper-V Administrators") | |
(foo) DBG | [stdout =====>] : True | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (Get-VMSwitch).Name | |
.(foo) DBG | [stdout =====>] : Default Switch | |
(foo) DBG | minishift | |
(foo) Calling .GetConfigRaw | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
Creating machine... | |
(foo) Calling .Create | |
(foo) Downloading C:\Users\budhram\.minishift\profiles\foo\cache\boot2docker.iso from file://C:/Users/budhram/.minishift/cache/iso/minishift-rhel7.iso... | |
(foo) Creating SSH key... | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (Get-VMSwitch).Name | |
(foo) Creating VM... | |
.(foo) DBG | [stdout =====>] : Default Switch | |
(foo) Using switch "minishift" | |
(foo) DBG | minishift | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive @([Security.Principal.WindowsPrincipal][Security.Pr | |
incipal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator") | |
(foo) DBG | [stdout =====>] : False | |
(foo) Creating VHD | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive New-VHD -Path 'C:\Users\budhram\.minishift\profiles | |
\foo\machines\foo\fixed.vhd' -SizeBytes 20000MB -Fixed | |
.....................(foo) DBG | [stdout =====>] : | |
(foo) DBG | | |
(foo) DBG | ComputerName : DESKTOP-8MV1CPM | |
(foo) DBG | Path : C:\Users\budhram\.minishift\profiles\foo\machines\foo\fixed.vhd | |
(foo) DBG | VhdFormat : VHD | |
(foo) DBG | VhdType : Fixed | |
(foo) DBG | FileSize : 20971520512 | |
(foo) DBG | Size : 20971520000 | |
(foo) DBG | MinimumSize : | |
(foo) DBG | LogicalSectorSize : 512 | |
(foo) DBG | PhysicalSectorSize : 512 | |
(foo) DBG | BlockSize : 0 | |
(foo) DBG | ParentPath : | |
(foo) DBG | DiskIdentifier : 2D7A9A86-5313-477F-9D9E-A3B02EC6B8C6 | |
(foo) DBG | FragmentationPercentage : 0 | |
(foo) DBG | Alignment : 1 | |
(foo) DBG | Attached : False | |
(foo) DBG | DiskNumber : | |
(foo) DBG | IsPMEMCompatible : False | |
(foo) DBG | AddressAbstractionType : None | |
(foo) DBG | Number : | |
(foo) DBG | | |
(foo) DBG | | |
(foo) DBG | | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | Writing magic tar header | |
(foo) DBG | Writing SSH key tar header | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Convert-VHD -Path 'C:\Users\budhram\.minishift\prof | |
iles\foo\machines\foo\fixed.vhd' -DestinationPath 'C:\Users\budhram\.minishift\profiles\foo\machines\foo\disk.vhd' -VHDType Dynamic -DeleteSource | |
...........(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive New-VM foo -Path 'C:\Users\budhram\.minishift\profi | |
les\foo\machines\foo' -SwitchName 'minishift' -MemoryStartupBytes 4096MB | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | Name State CPUUsage(%) MemoryAssigned(M) Uptime Status Version | |
(foo) DBG | ---- ----- ----------- ----------------- ------ ------ ------- | |
(foo) DBG | foo Off 0 0 00:00:00 Operating normally 8.2 | |
(foo) DBG | | |
(foo) DBG | | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Set-VMProcessor foo -Count 2 | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Set-VMDvdDrive -VMName foo -Path 'C:\Users\budhram\ | |
.minishift\profiles\foo\machines\foo\boot2docker.iso' | |
.(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Add-VMHardDiskDrive -VMName foo -Path 'C:\Users\bud | |
hram\.minishift\profiles\foo\machines\foo\disk.vhd' | |
(foo) Starting VM... | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Start-VM foo | |
(foo) Waiting for host to start... | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
.(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
.(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
.(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
.(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
.(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
.(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
.(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
.(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
.(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
.(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
.(foo) DBG | [stdout =====>] : fe80::215:5dff:fec9:9e04 | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetConfigRaw | |
(foo) Calling .DriverName | |
(foo) Calling .DriverName | |
Waiting for machine to be running, this may take a few minutes... | |
(foo) Calling .GetState | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
Detecting operating system of created instance... | |
(foo) DBG | [stderr =====>] : | |
Waiting for SSH to be available... | |
Getting to WaitForSSH function... | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
exit 0 | |
SSH cmd err, output: <nil>: | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
cat /etc/os-release | |
.SSH cmd err, output: <nil>: NAME="Red Hat Enterprise Linux Server" | |
VERSION="7.4 (Maipo)" | |
ID="rhel" | |
ID_LIKE="fedora" | |
VARIANT="Server" | |
VARIANT_ID="server" | |
VERSION_ID="7.4" | |
PRETTY_NAME="Red Hat Enterprise Linux Server 7.4 (Maipo)" | |
ANSI_COLOR="0;31" | |
CPE_NAME="cpe:/o:redhat:enterprise_linux:7.4:GA:server" | |
HOME_URL="https://www.redhat.com/" | |
BUG_REPORT_URL="https://bugzilla.redhat.com/" | |
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7" | |
REDHAT_BUGZILLA_PRODUCT_VERSION=7.4 | |
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" | |
REDHAT_SUPPORT_PRODUCT_VERSION="7.4" | |
VARIANT="minishift" | |
VARIANT_VERSION="1.4.0" | |
BUILD_ID="3e2f61a-11012018011318-307" | |
Detecting the provisioner... | |
Couldn't set key CPE_NAME, no corresponding struct field found | |
Couldn't set key , no corresponding struct field found | |
Couldn't set key REDHAT_BUGZILLA_PRODUCT, no corresponding struct field found | |
Couldn't set key REDHAT_BUGZILLA_PRODUCT_VERSION, no corresponding struct field found | |
Couldn't set key REDHAT_SUPPORT_PRODUCT, no corresponding struct field found | |
Couldn't set key REDHAT_SUPPORT_PRODUCT_VERSION, no corresponding struct field found | |
Couldn't set key VARIANT_VERSION, no corresponding struct field found | |
Couldn't set key BUILD_ID, no corresponding struct field found | |
Provisioning with minishift... | |
No storage driver specified, instead using devicemapper | |
Setting hostname ... | |
(foo) Calling .GetMachineName | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo hostname foo && echo "foo" | sudo tee /etc/hostname | |
SSH cmd err, output: <nil>: foo | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHPort | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
if grep -xq 127.0.1.1.* /etc/hosts; then sudo sed -i 's/^127.0.1.1.*/127.0.1.1 foo/g' /etc/hosts; else echo '127.0.1.1 foo' | sudo tee -a /etc/hosts; fi | |
SSH cmd err, output: <nil>: 127.0.1.1 foo | |
OK | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
.(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
.(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHPort | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
.(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
.checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHPort | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
.checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
.(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHPort | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
.checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) Calling .GetSSHPort | |
(foo) DBG | | |
(foo) Calling .GetSSHKeyPath | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
.checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
.(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) Calling .GetSSHPort | |
(foo) DBG | | |
(foo) Calling .GetSSHKeyPath | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
.checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
.checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHPort | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
.(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
.checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHPort | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
.(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) Calling .GetSSHPort | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
.checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
.checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) Calling .GetSSHPort | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
.SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
.checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHPort | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHPort | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
.SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
.checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
.SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) Calling .GetSSHPort | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
.checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) Calling .GetSSHPort | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHPort | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
.SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHPort | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: | |
checking docker daemon | |
(foo) Calling .GetSSHHostname | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM foo ).state | |
.(foo) DBG | [stdout =====>] : Running | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM foo ).networkadapters[0]).ipaddresses[0] | |
(foo) DBG | [stdout =====>] : 10.65.201.128 | |
(foo) Calling .GetSSHPort | |
(foo) DBG | | |
(foo) DBG | [stderr =====>] : | |
(foo) Calling .GetSSHKeyPath | |
(foo) Calling .GetSSHKeyPath | |
(foo) 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=1 | |
0 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i C:\Users\budhram\.minishift\profiles\foo\machines\foo\id_rsa -p 22] C:\cygwin\ | |
bin\ssh.exe <nil>} | |
About to run SSH command: | |
sudo docker version | |
SSH cmd err, output: exit status 1: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
Error getting SSH command to check if the daemon is running: ssh command error: | |
command : sudo docker version | |
err : exit status 1 | |
output : Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-68.gitec8512b.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: ec8512b/1.12.6 | |
Built: Thu Nov 16 15:19:17 2017 | |
OS/Arch: linux/amd64 | |
Cannot connect to the Docker daemon. Is the docker daemon running on this host? | |
'sudo docker version' output: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment