Document how to use autoconf container on Fedora

This commit is contained in:
Scott Talbert
2026-02-25 18:58:46 -05:00
parent 014fe8c1d3
commit 0a17895522

View File

@@ -18,12 +18,18 @@ directly by executing the following command from the top-level wx directory:
$ podman run -v `pwd`:/wx --rm docker.io/vadz/autoconf-for-wx
```
or, if you prefer to use podman:
or, if you prefer to use docker:
```shell
$ docker run -v `pwd`:/wx --rm vadz/autoconf-for-wx
```
If using Fedora (or other system with SELinux enabled), you might need to add an option to relabel the volume content:
```shell
$ podman run -v `pwd`:/wx:Z --rm docker.io/vadz/autoconf-for-wx
```
## Build