Daniel J Walsh 838df4eec4 Vendor in latest containers/image
Some more features.
    docker-archive generates docker legacy compatible images
    Do not create $DiffID subdirectories for layers with no configs
    Ensure the layer IDs in legacy docker/tarfile metadata are unique
    docker-archive: repeated layers are symlinked in the tar file
    sysregistries: remove all trailing slashes
    Improve docker/* error messages
    Fix failure to make auth directory
    Create a new slice in Schema1.UpdateLayerInfos
    Drop unused storageImageDestination.{image,systemContext}
    Load a *storage.Image only once in storageImageSource
    Support gzip for docker-archive files
    Remove .tar extension from blob and config file names
    ostree, src: support copy of compressed layers
    ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size
    image: fix docker schema v1 -> OCI conversion
    Add /etc/containers/certs.d as default certs directory

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #569
Approved by: mheon
2018-04-03 14:48:52 +00:00
2018-02-28 19:43:55 -06:00
2018-01-16 14:58:06 +00:00
2018-03-29 14:15:27 +00:00
2018-01-20 18:51:21 +00:00
2018-03-29 13:32:22 -04:00
2018-03-26 12:03:20 +00:00
2017-12-13 20:52:51 +00:00
2017-11-01 11:24:59 -04:00
2018-04-02 20:03:17 +00:00
2018-04-03 14:48:52 +00:00
2017-11-01 11:24:59 -04:00
2018-04-03 14:48:52 +00:00
2018-03-29 13:32:22 -04:00
2018-03-08 08:54:32 +00:00
2018-03-22 13:47:28 +00:00
2018-03-08 19:31:31 +00:00
2018-03-29 13:31:12 -04:00
2018-03-17 10:06:11 +00:00
2018-01-18 07:01:48 -05:00
2018-04-02 12:38:14 +00:00
2018-02-11 10:21:46 +00:00
2018-02-11 10:21:46 +00:00
2017-11-01 11:01:27 -04:00
2018-04-02 20:16:06 +00:00
2017-11-01 11:24:59 -04:00
2018-03-16 13:55:49 +00:00
2017-11-17 02:07:18 +00:00
2018-04-03 14:48:52 +00:00

PODMAN logo

libpod - library for running OCI-based containers in Pods

Status: Active Development

What is the scope of this project?

libpod provides a library for applications looking to use the Container Pod concept popularized by Kubernetes. libpod also contains a tool podman, which allows you to manage Pods, Containers, and Container Images.

At a high level, we expect the scope of libpod/podman to be the following:

  • Support multiple image formats including the existing Docker/OCI image formats.
  • Support for multiple means to download images including trust & image verification.
  • Container image management (managing image layers, overlay filesystems, etc).
  • Container and POD process lifecycle management.
  • Resource isolation of containers and PODS.

What is not in scope for this project?

  • Building container images. See Buildah.
  • Signing and pushing images to various image storages. See Skopeo.
  • Container Runtimes daemons for working with Kubernetes CRIs See CRI-O.

OCI Projects Plans

The plan is to use OCI projects and best of breed libraries for different aspects:

  • Runtime: runc (or any OCI runtime-spec implementation) and oci runtime tools
  • Images: Image management using containers/image
  • Storage: Storage and management of image layers using containers/storage
  • Networking: Networking support through use of CNI
  • Conmon: conmon Conmon is a tool for monitoring OCI runtimes. Part of the CRI-O package

Podman Information for Developers

Installation notes Information on how to install Podman in your environment.

OCI Hooks Support Information on how Podman configures OCI Hooks to run when launching a container.

Podman Commands A list of the Podman commands with links to their man pages and in many cases videos showing the commands in use.

Podman Usage Transfer Useful information for ops and dev transfer as it relates to infrastructure that utilizes Podman. This page includes tables showing Docker commands and their Podman equivalent commands.

Tutorials Tutorials on the Podman utility.

Communication with Fellow Developers

For async communication and long running discussions please use issues and pull requests on the github repo. This will be the best place to discuss design and implementation.

For sync communication we have an IRC channel #PODMAN, on chat.freenode.net, that everyone is welcome to join and chat about development.

Current Roadmap

  1. Basic pod/container lifecycle, basic image pull (done)
  2. Support for tty handling and state management (done)
  3. Basic integration with kubelet once client side changes are ready (done)
  4. Support for log management, networking integration using CNI, pluggable image/storage management (done)
  5. Support for exec/attach (done)
Description
No description provided
Readme Apache-2.0 314 MiB
Languages
Go 80.6%
Shell 14.2%
Perl 2%
Python 1.3%
PowerShell 0.9%
Other 0.9%