ENGDOCS-1551 (#17856)

* ENGDOCS-1551

* raspbian

* raspbian

---------

Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home>
This commit is contained in:
Allie Sadler 2023-08-01 15:08:31 +01:00 committed by GitHub
parent 592b11db6f
commit 3dd7c97ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 15 deletions

View File

@ -130,15 +130,15 @@ Docker from the repository.
> $(. /etc/os-release && echo "$VERSION_CODENAME")
> ```
#### Install Docker Engine
1. Update the `apt` package index:
4. Update the `apt` package index:
```console
$ sudo apt-get update
```
2. Install Docker Engine, containerd, and Docker Compose.
#### Install Docker Engine
1. Install Docker Engine, containerd, and Docker Compose.
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" data-target="#tab-latest">Latest</a></li>
@ -180,7 +180,7 @@ Docker from the repository.
<hr>
</div>
3. Verify that the Docker Engine installation is successful by running the
2. Verify that the Docker Engine installation is successful by running the
`hello-world` image:
```console

View File

@ -119,15 +119,16 @@ Docker from the repository.
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
```
#### Install Docker Engine
1. Update the `apt` package index:
4. Update the `apt` package index:
```console
$ sudo apt-get update
```
2. Install Docker Engine, containerd, and Docker Compose.
#### Install Docker Engine
1. Install Docker Engine, containerd, and Docker Compose.
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" data-target="#tab-latest">Latest</a></li>
@ -169,7 +170,7 @@ Docker from the repository.
<hr>
</div>
3. Verify that the Docker Engine installation is successful by running the
2. Verify that the Docker Engine installation is successful by running the
`hello-world` image:
```console

View File

@ -132,15 +132,15 @@ Docker from the repository.
> If you use an Ubuntu derivative distro, such as Linux Mint,
> you may need to use `UBUNTU_CODENAME` instead of `VERSION_CODENAME`.
#### Install Docker Engine
1. Update the `apt` package index:
4. Update the `apt` package index:
```console
$ sudo apt-get update
```
2. Install Docker Engine, containerd, and Docker Compose.
#### Install Docker Engine
1. Install Docker Engine, containerd, and Docker Compose.
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" data-target="#tab-latest">Latest</a></li>
@ -182,7 +182,7 @@ Docker from the repository.
<hr>
</div>
3. Verify that the Docker Engine installation is successful by running the
2. Verify that the Docker Engine installation is successful by running the
`hello-world` image.
```console