diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-01-18 01:05:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-18 01:05:22 +0100 |
commit | e3dc6609d05695e649e76d4505e4761cafebcef6 (patch) | |
tree | 974bb3c0d9bc74f03e345db4cb342e5e17981643 | |
parent | 0e3264ae4de85d2c974106582f80fd8cadab8bb8 (diff) | |
parent | 21ec83347620b63b878731fb5ae08203931f620b (diff) | |
download | podman-e3dc6609d05695e649e76d4505e4761cafebcef6.tar.gz podman-e3dc6609d05695e649e76d4505e4761cafebcef6.tar.bz2 podman-e3dc6609d05695e649e76d4505e4761cafebcef6.zip |
Merge pull request #2178 from sysrich/patch-1
Add openSUSE Kubic to install.md
-rw-r--r-- | install.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install.md b/install.md index 5ee5bed11..c5268c04d 100644 --- a/install.md +++ b/install.md @@ -29,6 +29,10 @@ sudo emerge app-emulation/libpod sudo zypper install podman ``` +#### [openSUSE Kubic](https://kubic.opensuse.org) + +Built-in, no need to install + #### [RHEL7](https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux) Subscribe, then enable Extras channel and install podman. |