Docker 1.11 release

Now that Docker 1.11 has been released, will Docker for Mac be getting an update soon? It’s the same API versions, so it’s no big deal at all, I’m really just curious…

Expected behavior

Client:
 Version:      1.11.0
 API version:  1.23
 Go version:   go1.5.4
 Git commit:   4dc5990
 Built:        Wed Apr 13 18:13:28 2016
 OS/Arch:      darwin/amd64

Server:
 Version:      1.11.0
 API version:  1.23
 Go version:   go1.5.4
 Git commit:   4dc5990
 Built:        Wed Apr 13 19:36:04 2016
 OS/Arch:      linux/amd64

Actual behavior

$ docker version
Client:
 Version:      1.11.0
 API version:  1.23
 Go version:   go1.5.4
 Git commit:   4dc5990
 Built:        Wed Apr 13 18:13:28 2016
 OS/Arch:      darwin/amd64

Server:
 Version:      1.11.0-rc3
 API version:  1.23
 Go version:   go1.5.3
 Git commit:   9b9022a
 Built:        Mon Apr  4 15:24:07 2016
 OS/Arch:      linux/amd64

Information

  • Using latest version of Mac Docker for Mac Version 1.11.0-beta6 (build: 5404)
    • Check for Updates… -> “You’re up-to-date!”

Steps to reproduce the behavior

  1. Run the command docker version.

  2. Create or upgrade a machine with the latest Docker 1.11 release (installed via Docker Toolbox), set the environment, and re-run the command docker version.

Hi Tony,

Yes, Docker for Mac will be getting an update later today. I am looking at the release manager work on it as I type.

Best regards,

David Sheets

3 Likes

Holy moley, fastest official forum response ever! Thanks for the update!

hello,

do you know where I can find the changelog for docker 4 mac ? I know a list of changes is displayed in the udpater but I clicked too fast and can’t find that list anymore …

thanks

– EDIT –

nevermind I found it: https://beta.docker.com/docs/mac/release-notes/

Woohoo! Thanks @programmerq … downloading the update now.

$ docker version
Client:
 Version:      1.11.0
 API version:  1.23
 Go version:   go1.5.4
 Git commit:   4dc5990
 Built:        Wed Apr 13 19:36:04 2016
 OS/Arch:      darwin/amd64

Server:
 Version:      1.11.0
 API version:  1.23
 Go version:   go1.5.4
 Git commit:   a5315b8
 Built:        Thu Apr 14 10:19:52 2016
 OS/Arch:      linux/amd64

Nice! :clap:

I copied down the pkg file for OSX and when I double-click on it, it just hangs?
Not sure what’s going on here, anyone shed any light on this behaviour?
My Docker-4-Mac upgraded just fine btw.

@rkazak What pkg file are you referring to?

DockerToolbox-1.11.0.pkg - Which I downloaded from https://github.com/docker/toolbox/releases/download/v1.11.0/DockerToolbox-1.11.0.pkg

So I figured out, with help from google, how I could install the pkg file.
I manually ran /System/Library/CoreServices/Installer which opened a
dialog box and I select the docker package.

Not sure why the double-click did not invoke the installer, 'get info’
for the file shows the correct executable to use…