You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -67,20 +67,20 @@ New container images are built and published automatically every ~24h.
67
67
*`vX.Y.Z-a.b.c`, `vX.Y-a.b.c`:
68
68
These are release builds containing _NetBox version_`vX.Y.Z`.
69
69
They contain the support files of _NetBox Docker version_`a.b.c`.
70
-
You must _NetBox Docker version_`a.b.c` to guarantee the compatibility.
70
+
You must use _NetBox Docker version_`a.b.c` to guarantee the compatibility.
71
71
These images are automatically built from [the corresponding releases of NetBox][netbox-releases].
72
72
*`latest-a.b.c`:
73
73
These are release builds, containing the latest stable version of NetBox.
74
74
They contain the support files of _NetBox Docker version_`a.b.c`.
75
-
You must _NetBox Docker version_`a.b.c` to guarantee the compatibility.
75
+
You must use _NetBox Docker version_`a.b.c` to guarantee the compatibility.
76
76
These images are automatically built from [the `master` branch of NetBox][netbox-master].
77
77
*`snapshot-a.b.c`:
78
78
These are pre-release builds.
79
79
They contain the support files of _NetBox Docker version_`a.b.c`.
80
-
You must _NetBox Docker version_`a.b.c` to guarantee the compatibility.
80
+
You must use _NetBox Docker version_`a.b.c` to guarantee the compatibility.
81
81
These images are automatically built from the [`develop` branch of NetBox][netbox-develop].
82
82
83
-
For each of the above tags, there is an extra tag:
83
+
For each of the above tag, there is an extra tag:
84
84
85
85
*`vX.Y.Z`, `vX.Y`:
86
86
This is the same version as `vX.Y.Z-a.b.c` (or `vX.Y-a.b.c`, respectively).
@@ -107,7 +107,7 @@ Then there is currently one extra tags for each of the above tags:
107
107
## Documentation
108
108
109
109
Please refer [to our wiki on Github][netbox-docker-wiki] for further information on how to use the NetBox Docker image properly.
110
-
The wiki covers advanced topics such as using files for secrets, configuring TLS, deployment to Kubernetes, monitoring and configuring NAPALM or LDAP.
110
+
The wiki covers advanced topics such as using files for secrets, configuring TLS, deployment to Kubernetes, monitoring and configuring NAPALM and LDAP.
111
111
112
112
Our wiki is a community effort.
113
113
Feel free to correct errors, update outdated information or provide additional guides and insights.
0 commit comments