Docker Daemon
To launch docker daemon from the command line:
- macOS:
open -a Docker
ot Launch the Docker daemon via the Application icon. - Linux:
sudo service docker start
. - 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
ot Launch the Docker daemon via the Application icon.sudo service docker start
.