diff --git a/content/manuals/engine/install/debian.md b/content/manuals/engine/install/debian.md index a1cc0bb90f..ce0e81ee79 100644 --- a/content/manuals/engine/install/debian.md +++ b/content/manuals/engine/install/debian.md @@ -173,6 +173,21 @@ Docker from the repository. {{< /tab >}} {{< /tabs >}} + > [!NOTE] + > + > The Docker service starts automatically after installation. To verify that + > Docker is running, use: + > + > ```console + > $ sudo systemctl status docker + > ``` + > + > Some systems may have this behavior disabled and will require a manual start: + > + > ```console + > $ sudo systemctl start docker + > ``` + 3. Verify that the installation is successful by running the `hello-world` image: ```console @@ -226,12 +241,24 @@ download a new file each time you want to upgrade Docker Engine. ./docker-compose-plugin__.deb ``` - The Docker daemon starts automatically. + > [!NOTE] + > + > The Docker service starts automatically after installation. To verify that + > Docker is running, use: + > + > ```console + > $ sudo systemctl status docker + > ``` + > + > Some systems may have this behavior disabled and will require a manual start: + > + > ```console + > $ sudo systemctl start docker + > ``` 6. Verify that the installation is successful by running the `hello-world` image: ```console - $ sudo service docker start $ sudo docker run hello-world ``` diff --git a/content/manuals/engine/install/raspberry-pi-os.md b/content/manuals/engine/install/raspberry-pi-os.md index 25472f7f47..fbdd26ed96 100644 --- a/content/manuals/engine/install/raspberry-pi-os.md +++ b/content/manuals/engine/install/raspberry-pi-os.md @@ -160,6 +160,21 @@ Docker from the repository. {{< /tab >}} {{< /tabs >}} + > [!NOTE] + > + > The Docker service starts automatically after installation. To verify that + > Docker is running, use: + > + > ```console + > $ sudo systemctl status docker + > ``` + > + > Some systems may have this behavior disabled and will require a manual start: + > + > ```console + > $ sudo systemctl start docker + > ``` + 3. Verify that the installation is successful by running the `hello-world` image: ```console @@ -213,12 +228,24 @@ download a new file each time you want to upgrade Docker Engine. ./docker-compose-plugin__.deb ``` - The Docker daemon starts automatically. + > [!NOTE] + > + > The Docker service starts automatically after installation. To verify that + > Docker is running, use: + > + > ```console + > $ sudo systemctl status docker + > ``` + > + > Some systems may have this behavior disabled and will require a manual start: + > + > ```console + > $ sudo systemctl start docker + > ``` 6. Verify that the installation is successful by running the `hello-world` image: ```console - $ sudo service docker start $ sudo docker run hello-world ``` diff --git a/content/manuals/engine/install/ubuntu.md b/content/manuals/engine/install/ubuntu.md index 7c0e667abe..9652887658 100644 --- a/content/manuals/engine/install/ubuntu.md +++ b/content/manuals/engine/install/ubuntu.md @@ -175,6 +175,21 @@ Docker from the repository. {{< /tab >}} {{< /tabs >}} + > [!NOTE] + > + > The Docker service starts automatically after installation. To verify that + > Docker is running, use: + > + > ```console + > $ sudo systemctl status docker + > ``` + > + > Some systems may have this behavior disabled and will require a manual start: + > + > ```console + > $ sudo systemctl start docker + > ``` + 3. Verify that the installation is successful by running the `hello-world` image: ```console @@ -228,12 +243,24 @@ download a new file each time you want to upgrade Docker Engine. ./docker-compose-plugin__.deb ``` - The Docker daemon starts automatically. + > [!NOTE] + > + > The Docker service starts automatically after installation. To verify that + > Docker is running, use: + > + > ```console + > $ sudo systemctl status docker + > ``` + > + > Some systems may have this behavior disabled and will require a manual start: + > + > ```console + > $ sudo systemctl start docker + > ``` 6. Verify that the installation is successful by running the `hello-world` image: ```console - $ sudo service docker start $ sudo docker run hello-world ```