Boot2docker bash is very slow

Several tutorials followed to install the boot2docker ISO v1.3.0 installation on a corporate Windows 7 machine. The same steps work fine on a Mac !!! We have some custom docker files that I want to link and manage for our development environment. However, when I run boot2docker from the desktop, it may take 3 seconds or a minute to load, when it executes the command line, it may be about 20-30 seconds behind what the user is typing.

I have tried reinstalling, clearing anything from my PATH, increasing memory, playing around with the different init2 settings of the bootdisk, but I can't seem to fix the command line lag issue!

Has anyone experienced this problem?

Thank.

J

+3


source to share


2 answers


Havent managed to find a solution. Removed all dot files, fresh install ... same problem. However, it once started where there was no lag on the command line. Work on using SSH using the default user / password, at least I can progress with.

Thank you for your help.



J

0


source


It could be the same problem: boot2docker ssh

was significantly slow after installing Docker for Windows. I found a solution replacing the default ssh client.



More details here: fooobar.com/questions/2174258 / ...

0


source







All Articles