diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-24 18:05:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 18:05:48 +0100 |
commit | 32748492e919b9f3a7882dc2febc454d39c04c3e (patch) | |
tree | 627366925babd28efab7765b16fdff77f65e344b | |
parent | 5e893765bc29a071113210c606ac5d1c6b555579 (diff) | |
parent | bf6430d18c96f9a41fb96600b8ebedae8eb6524d (diff) | |
download | podman-32748492e919b9f3a7882dc2febc454d39c04c3e.tar.gz podman-32748492e919b9f3a7882dc2febc454d39c04c3e.tar.bz2 podman-32748492e919b9f3a7882dc2febc454d39c04c3e.zip |
Merge pull request #13635 from Luap99/rpm-remote
[CI:DOCS] Remove experimental warning from podman-remote rpm
-rw-r--r-- | podman.spec.rpkg | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/podman.spec.rpkg b/podman.spec.rpkg index 41385dba6..937253918 100644 --- a/podman.spec.rpkg +++ b/podman.spec.rpkg @@ -144,10 +144,7 @@ Summary: (Experimental) Remote client for managing %{name} containers %description remote Remote client for managing %{name} containers. -This experimental remote client is under heavy development. Please do not -run %{name}-remote in production. - -%{name}-remote uses the version 2 API to connect to a %{name} client to +%{name}-remote uses the libpod REST API to connect to a %{name} client to manage pods, containers and container images. %{name}-remote supports ssh connections as well. |