usebad.blogg.se

Running docker on mac without docker desktop
Running docker on mac without docker desktop











running docker on mac without docker desktop

The first problem is /Applications/Docker.app/Contents/MacOS/Docker is the GUI app that sits in your tray rather than the VM, so that's going to be hard to run at boot time. \- 78130 matt /Applications/Docker.app/Contents/MacOS/ -A -m 2048M -c 3 -u -s 0:0,hostbridge -s 31,lpc -s 2:0,virtio-vpnkit,uuid= |- 78126 matt /Applications/Docker.app/Contents/MacOS/64-linux -db /Users/matt/Library/Containers//Data/s40 -o

running docker on mac without docker desktop

\-+= 78124 matt 64-linux -db /Users/matt/Library/Containers//Data/s40 -osxfs-volume /Users/matt/Library/Containers | \- 78125 matt /Applications/Docker.app/Contents/MacOS/.linux |-= 78122 matt -db /Users/matt/Library/Containers//Data/s40 -ethernet fd:3 -port fd:4 -introspection fd:5 -diagn |-= 78121 matt -address fd:3 -connect -control fd:4 -volume-control |-= 78120 matt -url fd://3 -git /Users/matt/Library/Containers//Data/database |- 78119 matt /Applications/Docker.app/Contents/MacOS/.linux -watchdog fd:0 -max-restarts 5 -restart-seconds 30 \-+= 78118 matt /Applications/Docker.app/Contents/MacOS/.linux -watchdog fd:0 -max-restarts 5 -restart-seconds 30

running docker on mac without docker desktop

\-+= 78105 matt /Applications/Docker.app/Contents/MacOS/Docker "" = mach-port-object Īnd has the following process tree: ○→ pstree -p 78105 "/Applications/Docker.app/Contents/MacOS/Docker" "Program" = "/Applications/Docker.app/Contents/MacOS/Docker" The service has the following details: ○→ launchctl list .52512 The Docker for Mac application creates a launchd service: ○→ launchctl list | grep -i docker Loaded with: launchctl load /Users/matt/Library/LaunchAgents/vm.ist This is the LaunchAgent I use for Virtualbox: Then set the Virtualbox VM up to run at boot. Instead run Docker in a VirtualBox VM, either by creating a plain VM or using docker-machine. TL DR Running Docker for Mac as a standalone service is not supported.













Running docker on mac without docker desktop