mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2026-05-05 10:56:12 +02:00
Merge pull request #24 from Icinga/bugfix/doc-build-bash-23
Document build.bash
This commit is contained in:
commit
79fbc54d8b
11
README.md
11
README.md
@ -96,6 +96,17 @@ Special variables:
|
||||
which is passed to `icinga2 node setup` via `--trustedcert`.
|
||||
* `ICINGA_CACERT`'s value is written to `/var/lib/icinga2/certs/ca.crt`.
|
||||
|
||||
## Build it yourself
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Icinga/icinga2.git
|
||||
#pushd icinga2
|
||||
#git checkout v2.12.0
|
||||
#popd
|
||||
|
||||
./build.bash ./icinga2
|
||||
```
|
||||
|
||||
[Icinga 2]: https://github.com/Icinga/icinga2
|
||||
[Docker]: https://www.docker.com
|
||||
[Icinga 2 configuration documentation]: https://icinga.com/docs/icinga2/latest/doc/04-configuration/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user