docker: update link to Docker Hub and add info for gogs-rpi

[CI SKIP]
pull/5932/head
ᴜɴᴋɴᴡᴏɴ 2020-02-21 20:17:56 +08:00
parent e575405d7b
commit 5b14cc6f0b
No known key found for this signature in database
GPG Key ID: B43718D76E30A238
1 changed files with 3 additions and 1 deletions

View File

@ -2,10 +2,12 @@
![Docker pulls](https://img.shields.io/docker/pulls/gogs/gogs?logo=docker&style=for-the-badge) ![Docker image size](https://img.shields.io/microbadger/image-size/gogs/gogs?logo=docker&style=for-the-badge)
Visit [Docker Cloud](https://cloud.docker.com/u/gogs/repository/docker/gogs/gogs) see all available images and tags.
Visit [Docker Hub](https://hub.docker.com/repository/docker/gogs) see all available images and tags.
## Usage
Please use `gogs/gogs-rpi` if you're using Raspberry Pis!
To keep your data out of Docker container, we do a volume (`/var/gogs` -> `/data`) here, and you can change it based on your situation.
```sh