Skip to content

Commit 8aed793

Browse files
committed
Move Documentation about Version to Wiki
See https://github.com/netbox-community/netbox-docker/wiki/Version.
1 parent f7337ed commit 8aed793

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

README.md

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -97,36 +97,11 @@ If you need help with using NetBox or developing for it or against it's API you
9797

9898
This project relies only on *Docker* and *docker-compose* meeting these requirements:
9999

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`.
102102

103103
To check the version installed on your system run `docker --version` and `docker-compose --version`.
104104

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-
130105
## Breaking Changes
131106

132107
From time to time it might become necessary to re-engineer the structure of this setup.

0 commit comments

Comments
 (0)