diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-03-24 10:46:01 +0100 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-03-30 15:36:05 -0400 |
commit | 770594381611308c4feeb310d8b8ac68759287db (patch) | |
tree | 28b5bc0475c79ebab0167db3f6717937eb9ec294 | |
parent | bca6b80b3e4d352a4bb1592c12ed883a68eaabf4 (diff) | |
download | podman-770594381611308c4feeb310d8b8ac68759287db.tar.gz podman-770594381611308c4feeb310d8b8ac68759287db.tar.bz2 podman-770594381611308c4feeb310d8b8ac68759287db.zip |
Remove experimental warning from podman-remote rpm
podman-remote is considered stable and follows the same semver as
podman.
Fixes a question on the podman mailing list.
https://lists.podman.io/archives/list/podman@lists.podman.io/thread/2DVCU5Z54U4PI5ROTBQXHDBLQSAXAHFU/
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
-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 a6f66ce98..17276db7f 100644 --- a/podman.spec.rpkg +++ b/podman.spec.rpkg @@ -138,10 +138,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. |