Removed "'#" for consistency

Dieser Commit ist enthalten in:
Hannes Happle 2020-10-08 10:06:21 +02:00 committet von GitHub
Ursprung 0125fd06fc
Commit aae8782f54
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -43,7 +43,7 @@ If the above command returns an empty or no output, you should install it via yo
- Check if docker has SELinux support enabled:
```
# docker info | grep selinux
docker info | grep selinux
```
If the above command returns an empty or no output, create or edit `/etc/docker/daemon.json` and add `"selinux-enabled": true`. Example file content: