I referred the below docs
https://docs.docker.com/engine/daemon/start/
https://docs.docker.com/reference/cli/dockerd/
On my MAC, I tried
- dockerd ( got command not found, also cannot install it using brew )
- sudo launchctl start docker
Neither worked.
Can anyone please help me start the docker daemon on mac using cli?
( I see the recommended way is to do via docker app, but I was looking to do it using CLI )
1