mirror of
https://github.com/openappsec/attachment.git
synced 2025-06-28 16:41:03 +03:00
Update README.md
Fixed typos and added additional info for deployment on docker.
This commit is contained in:
parent
14b246269d
commit
fb7b706f40
11
README.md
11
README.md
@ -1,6 +1,6 @@
|
|||||||
<div align=center>
|
<div align=center>
|
||||||
<img src="https://i2-s3-ui-static-content-prod-10.s3.eu-west-1.amazonaws.com/elpis/tree-no-bg-256.png" width="100" height="100">
|
<img src="https://i2-s3-ui-static-content-prod-10.s3.eu-west-1.amazonaws.com/elpis/tree-no-bg-256.png" width="100" height="100">
|
||||||
<h1>openappsec/attachement</h1>
|
<h1>openappsec/attachment</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## About
|
## About
|
||||||
@ -18,7 +18,7 @@ This repository will host Attachment for different platforms. The first one is t
|
|||||||
|
|
||||||
## open-appsec NGINX attachment compilation instructions
|
## open-appsec NGINX attachment compilation instructions
|
||||||
|
|
||||||
The attchment can be compiled to support an existing alpine based nginx server or an nginx/ingress-nginx alpine based docker.
|
The attachment can be compiled to support an existing alpine based nginx server or an nginx/ingress-nginx alpine based docker.
|
||||||
|
|
||||||
Your compilation environment must be alpine based and contain git, docker, cmake and g++.
|
Your compilation environment must be alpine based and contain git, docker, cmake and g++.
|
||||||
|
|
||||||
@ -71,9 +71,9 @@ They can be found under the `lib` directory in the `<output path>` given to the
|
|||||||
`load_module /usr/lib/nginx/modules/libngx_module.so;`
|
`load_module /usr/lib/nginx/modules/libngx_module.so;`
|
||||||
4. Restart your nginx server.
|
4. Restart your nginx server.
|
||||||
|
|
||||||
### Compiling the attachment code and create a docker image for an existing nginx/ingres-nginx alpine docker
|
### Compiling the attachment code and creating a docker image for an existing nginx/ingress-nginx alpine docker
|
||||||
|
|
||||||
This step requires Docker to be installed on your comilation environment
|
This step requires Docker to be installed on your compilation environment
|
||||||
|
|
||||||
1. Clone this repository
|
1. Clone this repository
|
||||||
3. Run Configuration script with the required docker image name and tag
|
3. Run Configuration script with the required docker image name and tag
|
||||||
@ -90,6 +90,9 @@ This step requires Docker to be installed on your comilation environment
|
|||||||
|
|
||||||
Later on, you can push the image to your own registry and use it as needed.
|
Later on, you can push the image to your own registry and use it as needed.
|
||||||
|
|
||||||
|
For deployment on docker you can deploy it using the same docker command you used before with regular nginx container, just make sure to add the parameter `--ipc=host`.
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
open-appsec/attachment is open source and available under the Apache 2.0 license.
|
open-appsec/attachment is open source and available under the Apache 2.0 license.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user