@@ -106,8 +106,11 @@ Then there is currently one extra tags for each of the above tags:
106
106
107
107
## Documentation
108
108
109
- Please refer [ to our wiki on Github] [ netbox-docker-wiki ] for further information on how to use this NetBox Docker image properly.
110
- It covers advanced topics such as using files for secrets, deployment to Kubernetes, monitoring and configuring NAPALM or LDAP.
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.
111
+
112
+ Our wiki is a community effort.
113
+ Feel free to correct errors, update outdated information or provide additional guides and insights.
111
114
112
115
[ netbox-docker-wiki ] : https://github.com/netbox-community/netbox-docker/wiki/
113
116
@@ -131,18 +134,15 @@ This project relies only on *Docker* and *docker-compose* meeting these requirem
131
134
132
135
To check the version installed on your system run ` docker --version ` and ` docker-compose --version ` .
133
136
134
- ## Breaking Changes
135
-
136
- From time to time it might become necessary to re-engineer the structure of this setup.
137
- Things like the ` docker-compose.yml ` file or your Kubernetes or OpenShift configurations have to be adjusted as a consequence.
138
-
139
- Since November 2019 each image built from this repo contains a ` org.opencontainers.image.version ` label.
140
- (The images contained labels since April 2018, although in November 2019 the labels' names changed.)
141
- You can check the label of your local image by running ` docker inspect netboxcommunity/netbox:v2.7.1 --format "{{json .Config.Labels}}" ` .
137
+ ## Updating
142
138
143
139
Please read [ the release notes] [ releases ] carefully when updating to a new image version.
140
+ Note that the version of the NetBox Docker container image must stay in sync with the code.
141
+
142
+ If you update for the first time, be sure [ to follow our _ How To Update NetBox Docker_ guide in the wiki] [ netbox-docker-wiki-updating ] .
144
143
145
144
[ releases ] : https://github.com/netbox-community/netbox-docker/releases
145
+ [ netbox-docker-wiki-updating ] : https://github.com/netbox-community/netbox-docker/wiki/Updating
146
146
147
147
## Rebuilding the Image
148
148
0 commit comments