How to update a Docker container to the latest version 19 August 2019 11:31 Sam MacDonald Docker, Linux, Windows Server (0) TweetShareHaving needed to update some Docker containers and getting familiar with how Docker works I though I would post this here so I have it for reference and if anyone else is looking to do the same thing.On my installation of docker I run DotNet Core in containers and with each new update to the SDK new containers get published and it becomes necessary to update them every month or so.As we can see on my installation at the moment the 2.2 versions are 4 months old PS C:\WINDOWS\system32> docker ... [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]