You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.1 KiB

cask 'docker-edge' do
version '17.07.0-ce-rc1-mac21,18848'
sha256 'c26b6426dee94f5f029541a78dfaab3e4e6a099947c8c1328de91f8c038245c5'
url "https://download.docker.com/mac/edge/#{version.after_comma}/Docker.dmg"
appcast 'https://download.docker.com/mac/edge/appcast.xml',
checkpoint: '35c2943b5976c3275764111e812195593aadffde927982ec6641f6c3006d5845'
name 'Docker Community Edition for Mac (Edge)'
homepage 'https://www.docker.com/community-edition'
auto_updates true
app 'Docker.app'
uninstall delete: '/Library/PrivilegedHelperTools/com.docker.vmnetd',
launchctl: [
'com.docker.helper',
'com.docker.vmnetd',
],
quit: 'com.docker.docker'
zap delete: [
'~/.docker',
'~/Library/Caches/com.docker.docker',
'~/Library/Containers/com.docker.docker',
'~/Library/Preferences/com.docker.docker.plist',
'~/Library/Group Containers/group.com.docker',
]
end