Externalize instructions to add Hypriot repo (#4469)

This commit is contained in:
Misty Stanley-Jones 2017-08-31 11:28:19 -07:00 committed by GitHub
parent 94fd943c7d
commit fe7ec5d078
1 changed files with 4 additions and 7 deletions

View File

@ -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