@@ -43,10 +43,10 @@ Then there is currently one extra tags for each of the above labels:
4343
4444## Quickstart
4545
46- To get Netbox up and running:
46+ To get Netbox up and running in Docker :
4747
4848``` bash
49- git clone -b master https://github.com/netbox-community/netbox-docker.git
49+ git clone -b release https://github.com/netbox-community/netbox-docker.git
5050cd netbox-docker
5151docker-compose pull
5252docker-compose up -d
@@ -68,22 +68,25 @@ $ xdg-open "http://$(docker-compose port nginx 8080)/" &>/dev/null &
6868
6969Alternatively, use something like [ Reception] [ docker-reception ] to connect to _ docker-compose_ projects.
7070
71- Default credentials:
71+ The default credentials are :
7272
7373* Username: ** admin**
7474* Password: ** admin**
7575* API Token: ** 0123456789abcdef0123456789abcdef01234567**
7676
77+ There is a more complete [ Getting Started guide on our Wiki] [ wiki-getting-started ] .
78+
79+ [ wiki-getting-started ] : https://github.com/netbox-community/netbox-docker/wiki/Getting-Started
7780[ docker-reception ] : https://github.com/nxt-engineering/reception
7881
7982## Dependencies
8083
81- This project relies only on * Docker* and * docker-compose* meeting this requirements:
84+ This project relies only on * Docker* and * docker-compose* meeting these requirements:
8285
8386* The * Docker version* must be at least ` 17.05 ` .
8487* The * docker-compose version* must be at least ` 1.17.0 ` .
8588
86- To ensure this, compare the output of ` docker --version ` and ` docker-compose --version ` with the requirements above .
89+ To check the version installed on your system run ` docker --version ` and ` docker-compose --version ` .
8790
8891## Documentation
8992
@@ -100,7 +103,7 @@ To use this feature, set the environment-variable `VERSION` before launching `do
100103[ any tag of the ` netboxcommunity/netbox ` Docker image on Docker Hub] [ netbox-dockerhub ] .
101104
102105``` bash
103- export VERSION=v2.6.7
106+ export VERSION=v2.7.1
104107docker-compose pull netbox
105108docker-compose up -d
106109```
@@ -109,7 +112,7 @@ You can also build a specific version of the Netbox Docker image yourself.
109112` VERSION ` can be any valid [ git ref] [ git-ref ] in that case.
110113
111114``` bash
112- export VERSION=v2.6.7
115+ export VERSION=v2.7.1
113116./build.sh $VERSION
114117docker-compose up -d
115118```
@@ -123,7 +126,7 @@ From time to time it might become necessary to re-engineer the structure of this
123126Things like the ` docker-compose.yml ` file or your Kubernetes or OpenShift configurations have to be adjusted as a consequence.
124127Since November 2019 each image built from this repo contains a ` org.opencontainers.image.version ` label.
125128(The images contained labels since April 2018, although in November 2019 the labels' names changed.)
126- You can check the label of your local image by running ` docker inspect netboxcommunity/netbox:v2.6.7 --format "{{json .ContainerConfig.Labels}}" ` .
129+ You can check the label of your local image by running ` docker inspect netboxcommunity/netbox:v2.7.1 --format "{{json .ContainerConfig.Labels}}" ` .
127130
128131Please read [ the release notes] [ releases ] carefully when updating to a new image version.
129132
0 commit comments