mirror of https://github.com/docker/docs.git
Update Go template formatting
This commit is contained in:
parent
e644d054bc
commit
d81915b04a
|
@ -78,10 +78,12 @@ Restart the Docker service as root.
|
|||
|
||||
To confirm Docker is running with FIPS-140-2 enabled, run the `docker info` command:
|
||||
|
||||
{% raw %}
|
||||
```
|
||||
$ docker info --format '`{{ .SecurityOptions }}`'
|
||||
docker info --format {{.SecurityOptions}}
|
||||
[name=selinux name=fips]
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
### Disabling FIPS-140-2
|
||||
|
||||
|
|
Loading…
Reference in New Issue