File tree Expand file tree Collapse file tree 1 file changed +2
-27
lines changed Expand file tree Collapse file tree 1 file changed +2
-27
lines changed Original file line number Diff line number Diff line change @@ -97,36 +97,11 @@ If you need help with using NetBox or developing for it or against it's API you
97
97
98
98
This project relies only on * Docker* and * docker-compose* meeting these requirements:
99
99
100
- * The * Docker version* must be at least ` 17.05 ` .
101
- * The * docker-compose version* must be at least ` 1.17 .0 ` .
100
+ * The * Docker version* must be at least ` 19.03 ` .
101
+ * The * docker-compose version* must be at least ` 1.28 .0 ` .
102
102
103
103
To check the version installed on your system run ` docker --version ` and ` docker-compose --version ` .
104
104
105
- ## Use a Specific NetBox Version
106
-
107
- The ` docker-compose.yml ` file is prepared to run a specific version of NetBox, instead of ` latest ` .
108
- To use this feature, set and export the environment-variable ` VERSION ` before launching ` docker-compose ` , as shown below.
109
- ` VERSION ` may be set to the name of
110
- [ any tag of the ` netboxcommunity/netbox ` Docker image on Docker Hub] [ netbox-dockerhub ] or [ Quay.io] [ netbox-quayio ] .
111
-
112
- ``` bash
113
- export VERSION=v2.7.1
114
- docker-compose pull netbox
115
- docker-compose up -d
116
- ```
117
-
118
- You can also build a specific version of the NetBox Docker image yourself.
119
- ` VERSION ` can be any valid [ git ref] [ git-ref ] in that case.
120
-
121
- ``` bash
122
- export VERSION=v2.7.1
123
- ./build.sh $VERSION
124
- docker-compose up -d
125
- ```
126
-
127
- [ git-ref ] : https://git-scm.com/book/en/v2/Git-Internals-Git-References
128
- [ netbox-github ] : https://github.com/netbox-community/netbox/releases
129
-
130
105
## Breaking Changes
131
106
132
107
From time to time it might become necessary to re-engineer the structure of this setup.
You can’t perform that action at this time.
0 commit comments