From e644d054bc21b22aeab98062feb786650285a8b7 Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Wed, 7 Nov 2018 11:26:33 -0800 Subject: [PATCH] Update rhel.md --- install/linux/docker-ee/rhel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/linux/docker-ee/rhel.md b/install/linux/docker-ee/rhel.md index e185ac1b22..d0fe20c982 100644 --- a/install/linux/docker-ee/rhel.md +++ b/install/linux/docker-ee/rhel.md @@ -79,7 +79,7 @@ Restart the Docker service as root. To confirm Docker is running with FIPS-140-2 enabled, run the `docker info` command: ``` -$ docker info --format '`{`{ .SecurityOptions `}`}' +$ docker info --format '`{{ .SecurityOptions }}`' [name=selinux name=fips] ```