Skip to content

Instantly share code, notes, and snippets.

@jluckyiv
Last active August 10, 2016 13:06
Show Gist options
  • Save jluckyiv/a99cf0ddc47bb704e841ae3bd1cfc90d to your computer and use it in GitHub Desktop.
Save jluckyiv/a99cf0ddc47bb704e841ae3bd1cfc90d to your computer and use it in GitHub Desktop.
Docker for Mac cask
# Adapted from https://github.com/caskroom/homebrew-cask/pull/20512
cask 'docker' do
version :latest
sha256 :no_check
url 'https://download.docker.com/mac/beta/Docker.dmg'
name 'Docker'
homepage 'https://beta.docker.com/docs/mac/'
license :gratis
app 'Docker.app'
uninstall_preflight do
system "#{staged_path}/Docker.app/Contents/MacOS/Docker", '--uninstall'
end
uninstall pkgutil: 'com.docker.docker'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment