Skip to content

Commit fec38d8

Browse files
authored
Merge pull request #193 from epics-containers/quickstart
add podman to dnf install
2 parents fd2bae8 + c92ebe4 commit fec38d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/compose-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sudo apt install podman docker-compose-v2
2626

2727
```bash
2828
sudo dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo
29-
sudo dnf install docker-compose-plugin
29+
sudo dnf install podman docker-compose-plugin
3030
```
3131

3232
**Podman Integration with Docker Compose**

0 commit comments

Comments
 (0)