From 2b35e34ea18cf6a42e5c434deb0b4370cfaff40d Mon Sep 17 00:00:00 2001 From: Ricard Bejarano Date: Tue, 23 Apr 2019 14:05:34 +0200 Subject: [PATCH] it's 'container image', not 'Docker image' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab24d37..3f87cd0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

nginx (Docker image)

+

nginx (container image)

Built-from-source container image of the NGINX HTTP server

Available at [`ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx). @@ -38,7 +38,7 @@ docker build -t nginx:musl -f musl/Dockerfile . ## 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: @@ -48,7 +48,7 @@ It does so by the following ways: ### 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 @@ -83,7 +83,7 @@ Full RELRO Canary found NX enabled PIE enabled No RPATH No RUNPATH 1 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: