79506496

Date: 2025-03-13 12:48:35
Score: 2
Natty:
Report link

With Docker Desktop 4.39.0, there are now cli commands to do just that : docker desktop start

user@machine ~ % docker ps
Cannot connect to the Docker daemon at unix:///Users/user/.docker/run/docker.sock. Is the docker daemon running?
user@machine ~ % docker desktop start
✓ Starting Docker Desktop
user@machine ~ % docker ps
CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
user@machine ~ % 

https://docs.docker.com/desktop/features/desktop-cli/

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: AlexD007