launchctl show docker server, remand docker server name
launchctl list | grep docker
111117 0 com.docker.docker.2388
then stop and start it
launchctl stop com.docker.docker.2388 && launchctl start com.docker.docker.2388
Share and learn in the Docker community.
launchctl show docker server, remand docker server name
launchctl list | grep docker
111117 0 com.docker.docker.2388
then stop and start it
launchctl stop com.docker.docker.2388 && launchctl start com.docker.docker.2388