Skip to content

Commit 5dbe118

Browse files
Merge pull request #467 from gogolok/remove_hardcoded_freebsd_version
Don't hardcode FreeBSD version in the section title
2 parents e7f68b2 + c413c45 commit 5dbe118

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/installation.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,14 @@ sudo dnf copr enable rhcontainerbot/podman-next -y
218218
sudo dnf install podman
219219
```
220220

221-
## Installing on [FreeBSD](https://freebsd.org) 14.0
221+
## Installing on [FreeBSD](https://freebsd.org)
222222

223-
>[!WARNING]
224-
>The FreeBSD port of the Podman container engine is experimental and should be used for evaluation and testing purposes only.
223+
:::caution
224+
225+
The FreeBSD port of the Podman container engine is experimental and should be used for evaluation and testing purposes only.
226+
It is supported on **FreeBSD 14.3 and newer**.
227+
228+
:::
225229

226230
You can install Podman on FreeBSD using `pkg`:
227231

0 commit comments

Comments
 (0)