Update rhel.md

This commit is contained in:
Anne Henmi 2018-11-07 11:26:33 -08:00 committed by GitHub
parent 53d1e49fe6
commit e644d054bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]
```