Matthew Heon 2bc20dd4d2 Wire in net plugin into libpod
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #109
Approved by: mheon
2017-12-14 23:59:21 +00:00
2017-11-17 02:07:18 +00:00
2017-12-14 22:22:56 +00:00
2017-12-14 22:22:56 +00:00
2017-11-30 23:53:26 +00:00
2017-12-14 22:22:56 +00:00
2017-12-13 20:52:51 +00:00
2017-12-14 13:56:20 +00:00
2017-12-14 23:59:21 +00:00
2017-11-01 11:24:59 -04:00
2017-12-14 22:22:56 +00:00
2017-11-01 11:24:59 -04:00
2017-12-14 23:59:21 +00:00
2017-11-01 11:24:59 -04:00
2017-12-13 21:38:36 +00:00
2017-12-13 21:38:36 +00:00
2017-11-30 17:42:21 +00:00
2017-11-01 11:24:59 -04:00
2017-12-12 14:23:15 +00:00
2017-11-01 11:24:59 -04:00
2017-11-01 11:01:27 -04:00
2017-12-14 23:00:23 +00:00
2017-12-14 22:22:56 +00:00
2017-11-01 11:24:59 -04:00
2017-11-17 02:07:18 +00:00
2017-12-14 22:22:56 +00:00

KPOD logo

libpod - library for running OCI-based containers in Pods

Status: 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 kpod, which allows you to manage Pods, Containers, and Container Images.

At a high level, we expect the scope of libpod/kpod to the following functionalities:

  • 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.

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

libpod is currently in active development.

Commands

Command Description Demo
kpod(1) Simple management tool for pods and images
kpod-attach(1) Attach to a running container.
kpod-cp(1) Instead of providing a kpod cp command, the man page kpod-cp describes how to use the kpod mount command to have even more flexibility and functionality.
kpod-diff(1) Inspect changes on a container or image's filesystem ...
kpod-exec(1) Execute a command in a running container.
kpod-export(1) Export container's filesystem contents as a tar archive ...
kpod-history(1) Shows the history of an image ...
kpod-images(1) List images in local storage ...
kpod-info(1) Display system information
kpod-inspect(1) Display the configuration of a container or image ...
kpod-kill(1) Kill the main process in one or more running containers ...
kpod-load(1) Load an image from docker archive or oci ...
kpod-login(1) Login to a container registry ...
kpod-logout(1) Logout of a container registry ...
kpod-logs(1) Display the logs of a container
kpod-mount(1) Mount a working container's root filesystem
kpod-pause(1) Pause one or more running containers ...
kpod-ps(1) Prints out information about containers ...
kpod-pull(1) Pull an image from a registry ...
kpod-push(1) Push an image to a specified destination ...
kpod-rename(1) Rename a container
kpod-rm(1) Removes one or more containers ...
kpod-rmi(1) Removes one or more images ...
kpod-save(1) Saves an image to an archive ...
kpod-start(1) Starts one or more containers
kpod-stats(1) Display a live stream of one or more containers' resource usage statistics
kpod-stop(1) Stops one or more running containers
kpod-tag(1) Add an additional name to a local image ...
kpod-top(1) Display the running processes of a container
kpod-umount(1) Unmount a working container's root filesystem
kpod-unpause(1) Unpause one or more running containers ...
kpod-version(1) Display the version information ...
kpod-wait(1) Wait on one or more containers to stop and print their exit codes

OCI Hooks Support

KPOD configures OCI Hooks to run when launching a container

KPOD Usage Transfer

Useful information for ops and dev transfer as it relates to infrastructure that utilizes KPOD

Communication

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 #KPOD, on chat.freenode.net, that everyone is welcome to join and chat about development.

Installation Instructions

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
Podman: A tool for managing OCI containers and pods.
Readme Apache-2.0 254 MiB
Languages
Go 81.5%
Shell 13.6%
Perl 2%
Python 1.1%
PowerShell 0.8%
Other 0.9%