mirror of https://github.com/docker/docs.git
Remove installation instructions for hypriot compose
This page is meant to install the Docker Engine, not compose, and we should not direct users to non-official (and possibly outdated) versions of Docker Compose. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
2e78ea3650
commit
a68622b754
|
|
@ -229,8 +229,7 @@ Docker CE is installed and running. The `docker` group is created but no users
|
||||||
are added to it. You need to use `sudo` to run Docker commands.
|
are added to it. You need to use `sudo` to run Docker commands.
|
||||||
Continue to [Linux postinstall](/install/linux/linux-postinstall.md) to allow
|
Continue to [Linux postinstall](/install/linux/linux-postinstall.md) to allow
|
||||||
non-privileged users to run Docker commands and for other optional configuration
|
non-privileged users to run Docker commands and for other optional configuration
|
||||||
steps. For Raspbian, you can optionally
|
steps.
|
||||||
[install Docker Compose for Raspbian](#install-docker-compose-for-raspbian).
|
|
||||||
|
|
||||||
#### Upgrade Docker CE
|
#### Upgrade Docker CE
|
||||||
|
|
||||||
|
|
@ -276,8 +275,7 @@ Docker CE is installed and running. The `docker` group is created but no users
|
||||||
are added to it. You need to use `sudo` to run Docker commands.
|
are added to it. You need to use `sudo` to run Docker commands.
|
||||||
Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md)
|
Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md)
|
||||||
to allow non-privileged users to run Docker commands and for other optional
|
to allow non-privileged users to run Docker commands and for other optional
|
||||||
configuration steps. For Raspbian, you can optionally
|
configuration steps.
|
||||||
[install Docker Compose for Raspbian](#install-docker-compose-for-raspbian).
|
|
||||||
|
|
||||||
#### Upgrade Docker CE
|
#### Upgrade Docker CE
|
||||||
|
|
||||||
|
|
@ -286,24 +284,6 @@ To upgrade Docker CE, download the newer package file and repeat the
|
||||||
|
|
||||||
{% include install-script.md %}
|
{% include install-script.md %}
|
||||||
|
|
||||||
## Install Docker Compose for Raspbian
|
|
||||||
|
|
||||||
You can install Docker Compose using `pip`:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ sudo pip install docker-compose
|
|
||||||
```
|
|
||||||
|
|
||||||
[Hypriot](https://hypriot.com/){: target="_blank" class="_" } provides a static
|
|
||||||
binary of `docker-compose` for Raspbian. It may not always be up to date, but if
|
|
||||||
space is at a premium, you may find it useful. To use it, first follow Hypriot's
|
|
||||||
[instructions for setting up the repository](https://blog.hypriot.com/post/your-number-one-source-for-docker-on-arm/){: target="_blank" class="_" },
|
|
||||||
then run the following command:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo apt-get install docker-compose
|
|
||||||
```
|
|
||||||
|
|
||||||
## Uninstall Docker CE
|
## Uninstall Docker CE
|
||||||
|
|
||||||
1. Uninstall the Docker CE package:
|
1. Uninstall the Docker CE package:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue