forked from pool/podman
Accepting request 662066 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/662066 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=33
This commit is contained in:
parent
938085e915
commit
d5a55585e6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 09:40:40 UTC 2018 - Marco Vedovati <mvedovati@suse.com>
|
||||
|
||||
- Update package summary and description
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 7 07:42:47 UTC 2018 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
|
16
podman.spec
16
podman.spec
@ -26,7 +26,7 @@
|
||||
Name: podman
|
||||
Version: 0.11.1.1
|
||||
Release: 0
|
||||
Summary: Debugging tool for pods and images
|
||||
Summary: Daemon-less container engine for managing containers, pods and images
|
||||
License: Apache-2.0
|
||||
Group: System/Management
|
||||
Url: https://github.com/containers/libpod
|
||||
@ -65,14 +65,12 @@ BuildRequires: libostree-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
podman is a simple client only tool to help with debugging issues when daemons
|
||||
such as CRI runtime and the kubelet are not responding or failing. A shared API
|
||||
layer could be created to share code between the daemon and podman. podman does
|
||||
not require any daemon running. podman utilizes the same underlying components
|
||||
that crio uses i.e. containers/image, container/storage,
|
||||
oci-runtime-tool/generate, runc or any other OCI compatible runtime. podman
|
||||
shares state with crio and so has the capability to debug pods/images created
|
||||
by crio.
|
||||
Podman is a container engine for managing pods, containers, and container
|
||||
images.
|
||||
It is a standalone tool and it directly manipulates containers without the need
|
||||
of a container engine daemon.
|
||||
Podman is able to interact with container images create in buildah, cri-o, and
|
||||
skopeo, as they all share the same datastore backend.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
Reference in New Issue
Block a user