Skip to content

Commit 7a544e1

Browse files
authored
Update setup-docker.js
1 parent 9498735 commit 7a544e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/setup-docker.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,11 @@ async function run() {
162162
`
163163
set -x
164164
165+
ls -la /Library/PrivilegedHelperTools
166+
ls -la /Library/LaunchDaemons/
167+
165168
sudo /bin/cp /Applications/Docker.app/Contents/Library/LaunchServices/com.docker.vmnetd /Library/PrivilegedHelperTools
166-
sudo /bin/cp /Applications/Docker.app/Contents/Resources/com.docker.vmnetd.plist /Library/LaunchDaemons/
169+
# sudo /bin/cp /Applications/Docker.app/Contents/Resources/com.docker.vmnetd.plist /Library/LaunchDaemons/
167170
sudo /bin/chmod 544 /Library/PrivilegedHelperTools/com.docker.vmnetd
168171
sudo /bin/chmod 644 /Library/LaunchDaemons/com.docker.vmnetd.plist
169172
sudo /bin/launchctl load /Library/LaunchDaemons/com.docker.vmnetd.plist

0 commit comments

Comments
 (0)