|
10 | 10 | [][netbox-docker-license]
|
11 | 11 |
|
12 | 12 | [The Github repository](netbox-docker-github) houses the components needed to build Netbox as a Docker container.
|
13 |
| -Images are built using this code and are released to [Docker Hub][netbox-dockerhub] once a day. |
| 13 | +Images are built using this code and are released to [Docker Hub][netbox-dockerhub] and [Quay.io][netbox-quayio] once a day. |
14 | 14 |
|
15 | 15 | Do you have any questions?
|
16 | 16 | Before opening an issue on Github, please join the [Network To Code][ntc-slack] Slack and ask for help in our [`#netbox-docker`][netbox-docker-slack] channel.
|
17 | 17 |
|
18 | 18 | [github-stargazers]: https://github.com/netbox-community/netbox-docker/stargazers
|
19 | 19 | [github-release]: https://github.com/netbox-community/netbox-docker/releases
|
20 | 20 | [netbox-docker-microbadger]: https://microbadger.com/images/netboxcommunity/netbox
|
21 |
| -[netbox-dockerhub]: https://hub.docker.com/r/netboxcommunity/netbox/tags/ |
| 21 | +[netbox-dockerhub]: https://hub.docker.com/r/netboxcommunity/netbox/ |
22 | 22 | [netbox-docker-github]: https://github.com/netbox-community/netbox-docker/
|
23 | 23 | [ntc-slack]: http://slack.networktocode.com/
|
24 | 24 | [netbox-docker-slack]: https://slack.com/app_redirect?channel=netbox-docker&team=T09LQ7E9E
|
25 | 25 | [netbox-docker-license]: https://github.com/netbox-community/netbox-docker/blob/release/LICENSE
|
| 26 | +[netbox-quayio]: https://quay.io/repository/netboxcommunity/netbox |
26 | 27 |
|
27 | 28 | ## Docker Tags
|
28 | 29 |
|
@@ -104,7 +105,7 @@ To check the version installed on your system run `docker --version` and `docker
|
104 | 105 | The `docker-compose.yml` file is prepared to run a specific version of Netbox, instead of `latest`.
|
105 | 106 | To use this feature, set and export the environment-variable `VERSION` before launching `docker-compose`, as shown below.
|
106 | 107 | `VERSION` may be set to the name of
|
107 |
| -[any tag of the `netboxcommunity/netbox` Docker image on Docker Hub][netbox-dockerhub]. |
| 108 | +[any tag of the `netboxcommunity/netbox` Docker image on Docker Hub][netbox-dockerhub] or [Quay.io][netbox-quayio]. |
108 | 109 |
|
109 | 110 | ```bash
|
110 | 111 | export VERSION=v2.7.1
|
|
0 commit comments