Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I upgrade Docker on a Mac? [closed]

Tags:

docker

macos

I tried just 'docker-machine upgrade' and that did some work but I don't seem to have the latest CLI.

If I do 'docker version' I get:

Client:  Version:      1.8.2  API version:  1.20  Go version:   go1.4.2  Git commit:   0a8c2e3  Built:        Thu Sep 10 19:10:10 UTC 2015  OS/Arch:      darwin/amd64  Server:  Version:      1.11.2  API version:  1.23  Go version:   go1.5.4  Git commit:   b9f10c9  Built:        2016-06-01T21:20:08.558909126+00:00  OS/Arch:      linux/amd64 

I understand there are some new commands I'm not seeing so I suspect I don't have the latest software.

like image 210
Greg Avatar asked Jun 05 '16 18:06

Greg


People also ask

How do I update Docker to latest version?

To upgrade Docker Engine, first run sudo apt-get update , then follow the installation instructions, choosing the new version you want to install.

How do I increase Docker on my Mac?

Ensure that you are using Docker Desktop version 4.6, available here. Navigate to 'Preferences' (the gear icon) > 'Experimental Features' Select the 'Use the new Virtualization framework' and 'Enable VirtioFS accelerated directory sharing' toggles. Click 'Apply & Restart'


1 Answers

Surprisingly, this GUI button helped me.

enter image description here

like image 116
dveim Avatar answered Sep 27 '22 17:09

dveim