it's 'container image', not 'Docker image'

This commit is contained in:
Ricard Bejarano 2019-04-23 14:05:34 +02:00
parent d2650be26e
commit 2b35e34ea1
No known key found for this signature in database
GPG key ID: 5A5105DD6B91CA19

View file

@ -1,5 +1,5 @@
<p align=center><img src=https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/320/apple/155/gear_2699.png width=120px></p> <p align=center><img src=https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/320/apple/155/gear_2699.png width=120px></p>
<h1 align=center>nginx (Docker image)</h1> <h1 align=center>nginx (container image)</h1>
<p align=center>Built-from-source container image of the <a href=https://nginx.org/>NGINX HTTP server</a></p> <p align=center>Built-from-source container image of the <a href=https://nginx.org/>NGINX HTTP server</a></p>
Available at [`ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx). Available at [`ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx).
@ -38,7 +38,7 @@ docker build -t nginx:musl -f musl/Dockerfile .
## Security ## Security
This image attempts to build a secure NGINX Docker image. This image attempts to build a secure NGINX container image.
It does so by the following ways: It does so by the following ways:
@ -48,7 +48,7 @@ It does so by the following ways:
### Verifying the presence of exploit mitigations ### Verifying the presence of exploit mitigations
To check whether a binary in a Docker image has those mitigations enabled, use [tests/checksec.sh](https://github.com/ricardbejarano/nginx/blob/master/tests/checksec.sh). To check whether a binary in a container image has those mitigations enabled, use [tests/checksec.sh](https://github.com/ricardbejarano/nginx/blob/master/tests/checksec.sh).
#### Usage #### Usage
@ -83,7 +83,7 @@ Full RELRO Canary found NX enabled PIE enabled No RPATH No RUNPATH 1
Cleaning up...Done! Cleaning up...Done!
``` ```
This wrapper script works with any binary in a Docker image. Feel free to use it with any other image. This wrapper script works with any binary in a container image. Feel free to use it with any other image.
Other examples: Other examples: