Docker Daemon
To launch docker daemon from the command line:
macOS
open -a Docker
or Launch the Docker daemon via the Application icon.
Linux
sudo service docker start
or
sudo systemctl start docker
Windows
Run the Docker Desktop.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
To launch docker daemon from the command line:
open -a Docker
or Launch the Docker daemon via the Application icon.
sudo service docker start
or
sudo systemctl start docker
Run the Docker Desktop.