Re-phrased the dependencies section

This commit is contained in:
Christian Mäder 2017-10-16 13:09:17 +02:00
parent 0ea826346d
commit 6c28529736
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
1 changed files with 9 additions and 10 deletions

View File

@ -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