How to update Docker on Window Server 2016 05 June 2019 02:48 Sam MacDonald (0) TweetShareSince making the decision to use containers on one of my projects I thought I would start documenting the process of how to work with Docker. Hopefully by sharing my experiences and tutorials on this site people will find them useful.In this tutorial, we will walk through performing an update to Windows Server 2016 Docker Engine.Getting StartedTo get started, lets first check the current version of Docker Engine that is installed on Windows Server by running the PowerShell cmdlet below:get-Packa... [More]
Running Bash on Ubuntu on Windows 10 11 April 2016 04:38 Sam MacDonald Power Shell, Open Source, Linux (0) TweetShareDuring the //Build 2016 conference, Microsoft announced that the Bash shell and other GNU/Linux command line tools would soon be able to directly run on the Windows platform natively. I think as people start to use this and get familiar with Bash it will help people moving from the Linux world or people who want to get familiar with the Bash shell. I have used the shell on Linux and am somewhat familiar with it but most of my time has been spent in the Windows world developing with that pl... [More]