clarify that docker instructions are applicable to linux too

This commit is contained in:
Kenneth Bingham 2023-11-27 15:33:43 -05:00
parent 95f58df1aa
commit 52da8333bf
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -24,7 +24,9 @@ zrok frontdoor is a way of using zrok-as-a-service from [zrok.io](https://zrok.i
<TabItem value="Linux">
On Linux, zrok frontdoor is implemented as a system service which is provided by the `zrok-share` DEB or RPM package.
On Linux, zrok frontdoor is implemented natively as a system service provided by the `zrok-share` DEB or RPM package.
If you'd prefer to run zrok in Docker, you can follow the same Docker instructions for [macOS](./?os=Mac+OS) or [Windows](./?os=Windows).
<LinuxService/>