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 title: Setup
--- ---
<!-- prettier-ignore-start -->
<!-- spellchecker-disable --> <!-- spellchecker-disable -->
{{< toc >}} {{< toc >}}
<!-- spellchecker-enable --> <!-- spellchecker-enable -->
<!-- prettier-ignore-end -->
## Pip ## Pip
@ -46,8 +48,7 @@ docker run \
<!-- prettier-ignore-start --> <!-- prettier-ignore-start -->
<!-- markdownlint-disable --> <!-- markdownlint-disable -->
{{< hint info >}} {{< hint type=note >}}
**Info**\
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. 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 >}} {{< /hint >}}
<!-- markdownlint-restore --> <!-- markdownlint-restore -->