Skip to content

Commit

Permalink
Add ARM instructions for watchtower (#50)
Browse files Browse the repository at this point in the history
* Add ARM instructions for watchtower

* Minor fixes
  • Loading branch information
ReneSmeekes authored and stefanbenten committed May 2, 2019
1 parent cb3524c commit e947ead
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Explorer-Release-Setup-Instructions.md
Expand Up @@ -170,6 +170,10 @@ You can set up automatic updates for your Storage Node docker container using wa
$ docker run -d --restart=always --name watchtower -v /var/run/docker.sock:/var/run/docker.sock storjlabs/watchtower
```

For ARM based machines use:
```bash
$ docker run -d --restart=always --name watchtower -v /var/run/docker.sock:/var/run/docker.sock storjlabs/watchtower:latest-arm32v6
```

For manual updates run the following commands:

Expand Down

0 comments on commit e947ead

Please sign in to comment.