Skip to content

Commit 595a9b4

Browse files
committed
Specify Podman version tested with this project
This project tested to work with Podman 4.0.2.
1 parent 3158ca2 commit 595a9b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Targeted at hosters of version control platforms (such as [Wikifactory](https://
1717
**Please see the [Install](#install) and [Usage](#usage) sections to get up and running with this tool**. For more details on its background and design considerations, please see the [Background](#background), ~~[Design notes](#design-notes), and [Future work](#future-work) sections. There is also a detailed [step-by-step walkthrough](docs/usage-example.md).~~
1818
## Table of Contents
1919

20-
- [OSD status dashboard _(wp2.2_dev)_](#osd-status-dashboard-wp22_dev)
20+
- [OSD status dashboard _(wp2.2\_dev)_](#osd-status-dashboard-wp22_dev)
2121
- [Table of Contents](#table-of-contents)
2222
- [Background](#background)
2323
- [Install](#install)
@@ -120,7 +120,7 @@ With the repository cloned by `git` onto your system, navigate to it and build t
120120
podman build -t wp22dev ./ --format=docker
121121
```
122122

123-
Replace the command `podman` with `docker` depending on which one is available, and `wp22dev` can be replaced with any other name. `--format=docker` is needed to explicitly build this as a Docker-formatted container that will be accepted by cloud services like [Heroku](https://www.heroku.com/).
123+
Replace the command `podman` with `docker` depending on which one is available (this project has been tested with Podman 4.0.2), and `wp22dev` can be replaced with any other name. `--format=docker` is needed to explicitly build this as a Docker-formatted container that will be accepted by cloud services like [Heroku](https://www.heroku.com/).
124124

125125
Then, the run the container on port 8000 at 127.0.0.1 with this command:
126126

0 commit comments

Comments
 (0)