summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2019-01-29 19:08:45 +0100
committerGitHub <noreply@github.com>2019-01-29 19:08:45 +0100
commit2c2151015d0f0a4ac9be1346cc493896f49c2ea9 (patch)
tree7319c391d01e485e3b1bb5958fe4fd56a2cde54d
parentebe929736cdb0925f26b416d56415348f1d16d92 (diff)
parent8b47e3ce6f39331329a07f8372acde49ec7add68 (diff)
downloadpodman-2c2151015d0f0a4ac9be1346cc493896f49c2ea9.tar.gz
podman-2c2151015d0f0a4ac9be1346cc493896f49c2ea9.tar.bz2
podman-2c2151015d0f0a4ac9be1346cc493896f49c2ea9.zip
Merge pull request #2218 from ktdreyer/doc-updates-testing
tutorials: describe how to use podman in updates-testing
-rw-r--r--docs/tutorials/podman_tutorial.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/tutorials/podman_tutorial.md b/docs/tutorials/podman_tutorial.md
index 2b938319f..5017e61cd 100644
--- a/docs/tutorials/podman_tutorial.md
+++ b/docs/tutorials/podman_tutorial.md
@@ -14,6 +14,17 @@ Fedora 27 and later provide Podman via the package manager.
sudo dnf install -y podman
```
+*Optional*: If you've already installed podman on Fedora and you're feeling
+adventerous, you can test the very latest podman in Fedora's `updates-testing`
+repository before it goes out to all Fedora users.
+```console
+sudo yum distro-sync --enablerepo=updates-testing podman
+```
+
+If you use a newer podman package from Fedora's `updates-testing`, we would
+appreciate your `+1` feedback in [Bodhi, Fedora's update management
+system](https://bodhi.fedoraproject.org/updates/?packages=podman).
+
## Install Podman on Fedora from Source
Many of the basic components to run Podman are readily available from the Fedora RPM repositories.
In this section, we will help you install all the runtime and build dependencies for Podman,