diff --git a/content/manuals/engine/install/debian.md b/content/manuals/engine/install/debian.md index 1a0e17c9f10..9b51acace85 100644 --- a/content/manuals/engine/install/debian.md +++ b/content/manuals/engine/install/debian.md @@ -74,6 +74,9 @@ Run the following command to uninstall all conflicting packages: $ for pkg in docker.io docker-doc docker-compose podman-docker containerd runc; do sudo apt-get remove $pkg; done ``` +> These commands require a POSIX compatible shell like bash. +> For other shells like fish, temporarily run `bash -i`. + `apt-get` might report that you have none of these packages installed. Images, containers, volumes, and networks stored in `/var/lib/docker/` aren't @@ -121,6 +124,9 @@ Docker from the repository. sudo apt-get update ``` + > These commands require a POSIX compatible shell like bash. + > For other shells like fish, temporarily run `bash -i`. + > [!NOTE] > > If you use a derivative distribution, such as Kali Linux, @@ -144,7 +150,7 @@ Docker from the repository. ```console $ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin ``` - + {{< /tab >}} {{< tab name="Specific version" >}} diff --git a/content/manuals/engine/install/raspberry-pi-os.md b/content/manuals/engine/install/raspberry-pi-os.md index ca4d69caedd..62c1599ee55 100644 --- a/content/manuals/engine/install/raspberry-pi-os.md +++ b/content/manuals/engine/install/raspberry-pi-os.md @@ -75,6 +75,9 @@ Run the following command to uninstall all conflicting packages: $ for pkg in docker.io docker-doc docker-compose podman-docker containerd runc; do sudo apt-get remove $pkg; done ``` +> These commands require a POSIX compatible shell like bash. +> For other shells like fish, temporarily run `bash -i`. + `apt-get` might report that you have none of these packages installed. Images, containers, volumes, and networks stored in `/var/lib/docker/` aren't @@ -122,6 +125,9 @@ Docker from the repository. sudo apt-get update ``` + > These commands require a POSIX compatible shell like bash. + > For other shells like fish, temporarily run `bash -i`. + 2. Install the Docker packages. {{< tabs >}} @@ -132,7 +138,7 @@ Docker from the repository. ```console $ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin ``` - + {{< /tab >}} {{< tab name="Specific version" >}} diff --git a/content/manuals/engine/install/ubuntu.md b/content/manuals/engine/install/ubuntu.md index ae89082b26d..62e80b9c52e 100644 --- a/content/manuals/engine/install/ubuntu.md +++ b/content/manuals/engine/install/ubuntu.md @@ -85,6 +85,9 @@ Run the following command to uninstall all conflicting packages: $ for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done ``` +> These commands require a POSIX compatible shell like bash. +> For other shells like fish, temporarily run `bash -i`. + `apt-get` might report that you have none of these packages installed. Images, containers, volumes, and networks stored in `/var/lib/docker/` aren't @@ -132,6 +135,9 @@ Docker from the repository. sudo apt-get update ``` + > These commands require a POSIX compatible shell like bash. + > For other shells like fish, temporarily run `bash -i`. + > [!NOTE] > > If you use an Ubuntu derivative distribution, such as Linux Mint, @@ -147,7 +153,7 @@ Docker from the repository. ```console $ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin ``` - + {{< /tab >}} {{< tab name="Specific version" >}}