mirror of https://github.com/docker/docs.git
Fix add-apt-repository command
Adds the word `stable` to the `add-apt-repository` command to fix the `Malformed entry` error.
This commit is contained in:
parent
27b909795e
commit
8750f1e195
|
|
@ -185,7 +185,7 @@ from the repository.
|
|||
$ sudo add-apt-repository \
|
||||
"deb [arch=amd64] $DOCKER_EE_URL/ubuntu \
|
||||
$(lsb_release -cs) \
|
||||
$DOCKER_EE_VERSION"
|
||||
$DOCKER_EE_VERSION stable"
|
||||
|
||||
```
|
||||
|
||||
|
|
@ -196,7 +196,7 @@ from the repository.
|
|||
$ sudo add-apt-repository \
|
||||
"deb [arch=s390x] $DOCKER_EE_URL/ubuntu \
|
||||
$(lsb_release -cs) \
|
||||
$DOCKER_EE_VERSION"
|
||||
$DOCKER_EE_VERSION stable"
|
||||
|
||||
```
|
||||
|
||||
|
|
@ -207,7 +207,7 @@ from the repository.
|
|||
$ sudo add-apt-repository \
|
||||
"deb [arch=ppc64el] $DOCKER_EE_URL/ubuntu \
|
||||
$(lsb_release -cs) \
|
||||
$DOCKER_EE_VERSION"
|
||||
$DOCKER_EE_VERSION stable"
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue