Fixed docker info command output.

This commit is contained in:
Anne Henmi 2018-10-02 09:42:45 -06:00
parent 35982be0e4
commit 6411c478b7
1 changed files with 2 additions and 3 deletions

View File

@ -66,9 +66,8 @@ Restart the Docker service as root.
To confirm Docker is running with FIPS-140-2 enabled, run the `docker info` command:
```
Labels:
com.docker.security.fips=enabled
$ docker info --format '{{ .SecurityOptions }}'
[name=selinux name=fips]
```
**NOTE:** If the system has the FIPS-140-2 cryptographic module installed on the operating system, it is possible to disable FIPS-140-2 compliance. To disable FIPS-140-2 in Docker but not the operating system, set the value `DOCKER_FIPS=0` in the `/etc/systemd/system/docker.service.d/fips-module`.