Update Docker on MacOS

Given Docker is now 1.0, and I was using 0.11 (which has a vulnerability which allows programs to break out from their Docker container), it’s time to upgrade my version running on MacOS.

To upgrade the virtual machine:-

boot2docker stop
boot2docker download

And to update the command line (hopefully you’re using brew!):-

brew update
brew upgrade docker

This is my personal blog - all views are my own.

Tagged with: , ,