Portable Docker Toolbox for Windows with Cmder/Console2+msys

Docker Toolbox for Windows is tool set for both docker machine and docker client: docker-machine docker portable docker for windows Here is solution to make it portable with USB driver, precondition: portable msys + Git portable Cmder/Console2 1) First for all, install Docker Toolbox for Windows without VirtualBox and Git …

How Docker Toolbox for Windows working with Cmder/Console2+msys

This is error when start docker with my own msys bash from shortcut or Cmder/Console2 task tab, Docker Machine is not installed. Please re-run the Toolbox Installer and try again. Looks like something went wrong in step A’Looking for vboxmanage.exeA’… Press any key to continue… Looks like some issue in …

cmder copy/paste in vim

cmder select text / copy is simple, just select text using left mouse, it is in clipboard, so you can paste using ctrl-V or right mouse. But default it is not working in vim, found this is reason: cmder settings->Keys&Macro->Mark/Copy->Select text with mouse->Exceptions: far|vim.exe means vim.exe is in exception list, …

How cmdermini working with msys

There are two versions of cmder: cmder with Git and cmdermini without Git, I prefer use cmdermini without Git since I already have portable git, however it is nothing when run as cmdermini, it is pure cmd replacement, cannot run UNIX like shell. cmdermini https://github.com/cmderdev/cmder/releases/download/v1.2.9/cmder_mini.zip best windows cmd.exe replacement msys …