Removed "'#" for consistency
Dieser Commit ist enthalten in:
Ursprung
0125fd06fc
Commit
aae8782f54
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -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:
|
||||
|
|
Laden …
In neuem Issue referenzieren