mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-01 10:27:56 +00:00
2
BUILD.md
2
BUILD.md
@@ -35,7 +35,7 @@ docker push securitybunker/databunker:latest
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Other usefull commands for working with containers:
|
## Other useful commands for working with containers:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker rm dbunker
|
docker rm dbunker
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ https://databunker.org/doc/benchmark/
|
|||||||
* Backend at https://privacybunker.io/
|
* Backend at https://privacybunker.io/
|
||||||
* Backend at https://bitbaza.io/
|
* Backend at https://bitbaza.io/
|
||||||
|
|
||||||
🚩 **Send us a note** if you are running Databunker in production mode, so we can add your wesbite to the list.
|
🚩 **Send us a note** if you are running Databunker in production mode, so we can add your website to the list.
|
||||||
|
|
||||||
## Privacy by design
|
## Privacy by design
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ helm install databunker databunker/databunker \
|
|||||||
--set certificates.customCAs\[0\].secret="databunker"
|
--set certificates.customCAs\[0\].secret="databunker"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usefull commands
|
## Useful commands
|
||||||
|
|
||||||
```
|
```
|
||||||
export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=databunker,app.kubernetes.io/instance=databunker" -o jsonpath="{.items[0].metadata.name}")
|
export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=databunker,app.kubernetes.io/instance=databunker" -o jsonpath="{.items[0].metadata.name}")
|
||||||
|
|||||||
Reference in New Issue
Block a user