docs: fix hugo hint shortcode

This commit is contained in:
Robert Kaussow 2022-05-02 21:51:52 +02:00
parent 1d3294acee
commit e23f3462d8
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 3 additions and 2 deletions

View File

@ -2,9 +2,11 @@
title: Setup
---
<!-- prettier-ignore-start -->
<!-- spellchecker-disable -->
{{< toc >}}
<!-- spellchecker-enable -->
<!-- prettier-ignore-end -->
## Pip
@ -46,8 +48,7 @@ docker run \
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
{{< hint info >}}
**Info**\
{{< hint type=note >}}
Keep in mind, that you have to pass SELinux labels (:Z or :z) to your mount option if you are working on SELinux enabled systems.
{{< /hint >}}
<!-- markdownlint-restore -->