Add persistence in single node

This commit is contained in:
vcerenu
2022-03-31 13:59:49 -03:00
parent dd179c82dc
commit 3914ea7639
4 changed files with 61 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
# Certificate creation image build
The dockerfile hosted in this directory is used to build the image used to boot Wazuh's single node and multi node stacks.
To create the image, the following command must be executed:
```
$ docker build -t wazuh/wazuh-certs-generator:0.0.1 .
```