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]