Guest User

Untitled

a guest
Jun 29th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. # Docker Machine OSX Autostart
  2.  
  3. This is a simple launchd config that will start your `default` docker-machine on startup. You can customize the machine that is started by updating lines 11 and 16 with the correct machine name.
  4.  
  5. ## Install
  6. 1. Copy the file `com.docker.machine.default.plist` below to `~/Library/LaunchAgents/com.docker.machine.default.plist`.
  7. 2. Run the following in a terminal:
  8. ```launchctl load ~/Library/LaunchAgents/com.docker.machine.default.plist```
  9. 3. Profit!
Add Comment
Please, Sign In to add comment