mirror of https://github.com/docker/docs.git
Fixed docker info command output.
This commit is contained in:
parent
35982be0e4
commit
6411c478b7
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue