diff --git a/Build.md b/Build.md index 57bebfb..eff019b 100644 --- a/Build.md +++ b/Build.md @@ -11,9 +11,9 @@ This document describes two different intentions: - Custom Configuration File: [Enhance the image](#enhance-the-image) - Additional Files: [Enhance the image](#enhance-the-image) - Custom Nginx Configuration: Either build your own _nginx_-based Docker image or [enhance the _netbox-docker_ image](#enhance-the-image) -- Netbox Plugin: [Enhance the image](#enhance-the-image) - - ⚠️ See the extra guide [Using Netbox Plugins](Using-Netbox-Plugins) -- Develop Netbox: [Build the Image from Scratch](#build-the-image-from-scratch) +- NetBox Plugin: [Enhance the image](#enhance-the-image) + - ⚠️ See the extra guide [Using NetBox Plugins](Using-Netbox-Plugins) +- Develop NetBox : [Build the Image from Scratch](#build-the-image-from-scratch) ## Enhance the Image @@ -35,7 +35,7 @@ Usually you will only copy (and maybe overwrite) the files which you need to adj ## Build the Image from Scratch -**Hint: Unless you work on Netbox itself there should be no reason for re-building the image from scratch for your own purposes.** +**Hint: Unless you work on NetBox itself there should be no reason for re-building the image from scratch for your own purposes.** The `netbox-docker` Docker image has a rather complex build system. That's why all of the complexity is captured in a few build scripts: @@ -56,7 +56,7 @@ That's why all of the complexity is captured in a few build scripts: The Docker file knows multiple build targets: - **`builder`**: It's goal is to compile all the Python dependencies. Thereby the other targets can be kept slimmer because they don't need to have all the build dependencies installed. It's also good for caching. -- **`main`**: Extends `builder` and adds all the Netbox code and all the configuration files. +- **`main`**: Extends `builder` and adds all the NetBox code and all the configuration files. - **`ldap`**: Extends `main` and adds ldap-related dependencies and configuration files. ### Automatic Build