mirror of https://github.com/docker/docs.git
Externalize instructions to add Hypriot repo (#4469)
This commit is contained in:
parent
94fd943c7d
commit
fe7ec5d078
|
|
@ -313,13 +313,10 @@ installing Docker.
|
||||||
|
|
||||||
#### (Optional) Install Docker Compose for Raspbian
|
#### (Optional) Install Docker Compose for Raspbian
|
||||||
|
|
||||||
This functionality is provided by [Hypriot](https://blog.hypriot.com/). Add the Hypriot repo:
|
[Hypriot](https://hypriot.com/){: target="_blank" class="_" } provides a static binary of
|
||||||
|
`docker-compose` for Raspbian. To use it, first follow Hypriot's
|
||||||
```bash
|
[instructions for setting up the repository](https://blog.hypriot.com/post/your-number-one-source-for-docker-on-arm/){: target="_blank" class="_" },
|
||||||
curl -s https://packagecloud.io/install/repositories/Hypriot/Schatzkiste/script.deb.sh | sudo bash
|
then run the following command:
|
||||||
```
|
|
||||||
|
|
||||||
Install `docker-compose`:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install docker-compose
|
sudo apt-get install docker-compose
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue