7
7
![ Docker Pulls] ( https://img.shields.io/docker/pulls/netboxcommunity/netbox )
8
8
[ ![ GitHub license] ( https://img.shields.io/github/license/netbox-community/netbox-docker )] [ netbox-docker-license ]
9
9
10
- [ The GitHub repository] ( netbox-docker-github ) houses the components needed to build NetBox as a container.
10
+ [ The GitHub repository] [ netbox-docker-github ] houses the components needed to build NetBox as a container.
11
11
Images are built regularly using the code in that repository and are pushed to [ Docker Hub] [ netbox-dockerhub ] , [ Quay.io] [ netbox-quayio ] and [ GitHub Container Registry] [ netbox-ghcr ] .
12
12
13
13
Do you have any questions?
@@ -16,7 +16,6 @@ please join [our Slack][netbox-docker-slack] and ask for help in the [`#netbox-d
16
16
17
17
[ github-stargazers ] : https://github.com/netbox-community/netbox-docker/stargazers
18
18
[ github-release ] : https://github.com/netbox-community/netbox-docker/releases
19
- [ netbox-docker-microbadger ] : https://microbadger.com/images/netboxcommunity/netbox
20
19
[ netbox-dockerhub ] : https://hub.docker.com/r/netboxcommunity/netbox/
21
20
[ netbox-quayio ] : https://quay.io/repository/netboxcommunity/netbox
22
21
[ netbox-ghcr ] : https://github.com/netbox-community/netbox-docker/pkgs/container/netbox
@@ -56,7 +55,6 @@ The default credentials are:
56
55
* API Token: ** 0123456789abcdef0123456789abcdef01234567**
57
56
58
57
[ wiki-getting-started ] : https://github.com/netbox-community/netbox-docker/wiki/Getting-Started
59
- [ docker-reception ] : https://github.com/nxt-engineering/reception
60
58
61
59
## Container Image Tags
62
60
@@ -92,17 +90,9 @@ For each of the above tag, there is an extra tag:
92
90
This is the same version as ` snapshot-a.b.c ` .
93
91
It always points to the latest version of _ NetBox Docker_ .
94
92
95
- Then there is currently one extra tags for each of the above tags:
96
-
97
- * ` -ldap ` :
98
- These container images contain additional dependencies and configuration files for connecting NetBox to an LDAP directory.
99
- [ Learn more about that in our wiki] [ netbox-docker-ldap ] .
100
-
101
93
[ netbox-releases ] : https://github.com/netbox-community/netbox/releases
102
94
[ netbox-master ] : https://github.com/netbox-community/netbox/tree/master
103
95
[ netbox-develop ] : https://github.com/netbox-community/netbox/tree/develop
104
- [ netbox-branches ] : https://github.com/netbox-community/netbox/branches
105
- [ netbox-docker-ldap ] : https://github.com/netbox-community/netbox-docker/wiki/LDAP
106
96
107
97
## Documentation
108
98
@@ -127,10 +117,11 @@ you may find [the `#netbox` channel][netbox-slack-channel] on the same Slack ins
127
117
128
118
## Dependencies
129
119
130
- This project relies only on * Docker * and * docker-compose * meeting these requirements:
120
+ This project relies only on _ Docker _ and _ docker-compose _ meeting these requirements:
131
121
132
- * The * Docker version* must be at least ` 19.03 ` .
133
- * The * docker-compose version* must be at least ` 1.28.0 ` .
122
+ * The _ Docker version_ must be at least ` 20.10.10 ` .
123
+ * The _ containerd version_ must be at least ` 1.5.6 ` .
124
+ * The _ docker-compose version_ must be at least ` 1.28.0 ` .
134
125
135
126
To check the version installed on your system run ` docker --version ` and ` docker-compose --version ` .
136
127
0 commit comments