mirror of https://github.com/docker/docs.git
ENGDOCS-1551 (#17856)
* ENGDOCS-1551 * raspbian * raspbian --------- Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home>
This commit is contained in:
parent
592b11db6f
commit
3dd7c97ce6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue