docker hands-on guide: New Docker Toolbox 17.07-ce for Windows

For the latest Docker Toolbox for Windows 17.07, there are some change on bash terminal. Docker Quickstart terminal when start quickstart terminal, it is still CMD shell, checked start command it just start bash.exe, “C:\Program Files\Git\bin\bash.exe” –login -i “C:\Program Files\Docker Toolbox\start.sh” In fact Docker Toolbox for Windows shipping with Git …

gitbook editor desktop on windows

download latest gitbook editor desktop version from here: https://www.gitbook.com/editor install gitbook editor, by default will be at: GitBook_Editor Target C:\Users\USERNAME\AppData\Local\GitBook_Editor\Update.exe –processStart Editor.exe Start in C:\Users\USERNAME\AppData\Local\GitBook_Editor\app-7.0.12 where is library book files? default Library path: C:\Users\USERNAME\GitBook\Library then new book folder created at : C:\Users\USERNAME\GitBook\Library\Import\docker_hands-on each book folder is a git repo. how …

portabledevops

A portable devops tool set on windows, easy customization of cmder/console+msys2/cygwin. Background Cmder is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu. There are two version of cmder: cmder with own Git for Windows and cmdermini without …

ssh setup for github push

After reinstalled git, git push always asked Username and password even ssh key already deployed to github account. $ git push -u origin master Username for ‘https://github.com‘: if you type in user and password, for sure it is working but wonder why ssh key not working. ssh git test looks …