Re-phrased the dependencies section
This commit is contained in:
parent
0ea826346d
commit
6c28529736
19
README.md
19
README.md
@ -5,13 +5,6 @@
|
||||
This repository houses the components needed to build NetBox as a Docker container.
|
||||
Images built using this code are released to [Docker Hub](https://hub.docker.com/r/ninech/netbox) every night.
|
||||
|
||||
### Dependencies
|
||||
|
||||
This project depends on:
|
||||
|
||||
* [docker/docker-ce] >= 1.13.0
|
||||
* [docker/compose] >= 1.10.0
|
||||
|
||||
## Quickstart
|
||||
|
||||
To get NetBox up and running:
|
||||
@ -41,6 +34,15 @@ Default credentials:
|
||||
* Username: **admin**
|
||||
* Password: **admin**
|
||||
|
||||
## Dependencies
|
||||
|
||||
This project relies only on Docker and docker-compose. But we
|
||||
|
||||
* The *Docker version* must be at least `1.13.0`.
|
||||
* The *docker-compose version* must be at least `1.10.0`.
|
||||
|
||||
To ensure this, compare the output of `docker --version` and `docker-compose --version` with the requirements above.
|
||||
|
||||
## Configuration
|
||||
|
||||
You can configure the app using environment variables. These are defined in `netbox.env`.
|
||||
@ -81,6 +83,3 @@ $ docker-compose -f docker-compose.test.yml run --rm app
|
||||
This repository is currently maintained and funded by [nine](https://nine.ch).
|
||||
|
||||
[![logo of the company 'nine'](https://logo.apps.at-nine.ch/Dmqied_eSaoBMQwk3vVgn4UIgDo=/trim/500x0/logo_claim.png)](https://www.nine.ch)
|
||||
|
||||
[docker/docker-ce]: https://github.com/docker/docker-ce
|
||||
[docker/compose]: https://github.com/docker/compose
|
||||
|
Loading…
Reference in New Issue
Block a user