Find a file
Matthew Heon b66287689a Do not recreate containers in runc after restart
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2017-12-06 11:15:17 -05:00
.tool Enhancements to papr tests 2017-11-17 02:07:18 +00:00
cmd/kpod kpod create should not do an OCI Init 2017-12-04 17:35:14 +00:00
completions/bash kpod attach 2017-12-04 17:00:48 +00:00
conmon Update Conmon to sync with CRI-O 2017-11-30 23:53:26 +00:00
contrib/cni Prune Server package. Convert to new github location. 2017-11-01 13:22:04 -04:00
docs kpod attach 2017-12-04 17:00:48 +00:00
hack Narrow gofmt targets 2017-11-27 17:17:11 +00:00
libkpod Update kpod pause and unpause to use new container state 2017-11-24 15:53:17 +00:00
libpod Do not recreate containers in runc after restart 2017-12-06 11:15:17 -05:00
logo Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
oci Fix gofmt errors 2017-11-02 15:30:39 -04:00
pkg Enhancements to papr tests 2017-11-17 02:07:18 +00:00
test kpod create should not do an OCI Init 2017-12-04 17:35:14 +00:00
utils Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
vendor Add randomly generates container names 2017-11-30 02:03:23 +00:00
.gitignore Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
.papr.sh Enhancements to papr tests 2017-11-17 02:07:18 +00:00
.papr.yml Fix up handling of environment variables 2017-11-20 16:25:31 +00:00
.travis.yml Remove gitvalidation from travis 2017-11-30 17:42:21 +00:00
code-of-conduct.md Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
CONTRIBUTING.md Prune Server package. Convert to new github location. 2017-11-01 13:22:04 -04:00
crio-umount.conf Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
Dockerfile Prune Server package. Convert to new github location. 2017-11-01 13:22:04 -04:00
hooks.md Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
kpod-images.json Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
KPOD_VERSION Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
LICENSE Initial commit 2017-11-01 11:01:27 -04:00
Makefile Update gitvalidation epoch to ignore older errors after update 2017-11-29 17:57:32 +00:00
OWNERS Update OWNERS. Remove unused version code 2017-11-01 13:49:21 -04:00
README.md kpod attach 2017-12-04 17:00:48 +00:00
seccomp.json Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
transfer.md Create README for libpod 2017-11-01 19:33:26 +00:00
Vagrantfile Enhancements to papr tests 2017-11-17 02:07:18 +00:00
vendor.conf Update man pages and output for kpod images 2017-11-28 16:09:13 +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-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-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.

Getting started

Prerequisites

Latest version of runc is expected to be installed on the system. It is picked up as the default runtime by kpod.

Build and Run Dependencies

Required

Fedora, CentOS, RHEL, and related distributions:

yum install -y \
  btrfs-progs-devel \
  device-mapper-devel \
  git \
  glib2-devel \
  glibc-devel \
  glibc-static \
  go \
  golang-github-cpuguy83-go-md2man \
  gpgme-devel \
  libassuan-devel \
  libgpg-error-devel \
  libseccomp-devel \
  libselinux-devel \
  ostree-devel \
  pkgconfig \
  runc \
  skopeo-containers

Debian, Ubuntu, and related distributions:

apt-get install -y \
  btrfs-tools \
  git \
  golang-go \
  libassuan-dev \
  libdevmapper-dev \
  libglib2.0-dev \
  libc6-dev \
  libgpgme11-dev \
  libgpg-error-dev \
  libseccomp-dev \
  libselinux1-dev \
  pkg-config \
  runc \
  skopeo-containers

Debian, Ubuntu, and related distributions will also need a copy of the development libraries for ostree, either in the form of the libostree-dev package from the flatpak PPA, or built from source (more on that here).

If using an older release or a long-term support release, be careful to double-check that the version of runc is new enough (running runc --version should produce spec: 1.0.0), or else build your own.

NOTE

Be careful to double-check that the version of golang is new enough, version 1.8.x or higher is required. If needed, golang kits are avaliable at https://golang.org/dl/

Optional

Fedora, CentOS, RHEL, and related distributions:

(no optional packages)

Debian, Ubuntu, and related distributions:

apt-get install -y \
  libapparmor-dev

Get Source Code

As with other Go projects, KPOD must be cloned into a directory structure like:

GOPATH
└── src
    └── github.com
	└── projectatomic
	    └── libpod

First, configure a GOPATH (if you are using go1.8 or later, this defaults to ~/go).

export GOPATH=~/go
mkdir -p $GOPATH

Next, clone the source code using:

mkdir -p $GOPATH/src/github.com/projectatomic
cd $_ # or cd $GOPATH/src/github.com/projectatomic
git clone https://github.com/projectatomic/libpod # or your fork
cd libpod

Build

make install.tools
make
sudo make install

Otherwise, if you do not want to build kpod with seccomp support you can add BUILDTAGS="" when running make.

make BUILDTAGS=""
sudo make install

Build Tags

kpod supports optional build tags for compiling support of various features. To add build tags to the make option the BUILDTAGS variable must be set.

make BUILDTAGS='seccomp apparmor'
Build Tag Feature Dependency
seccomp syscall filtering libseccomp
selinux selinux process and mount labeling libselinux
apparmor apparmor profile support libapparmor

Running pods and containers

Follow this tutorial to get started with KPOD.

Setup CNI networking

A proper description of setting up CNI networking is given in the contrib/cni README. But the gist is that you need to have some basic network configurations enabled and CNI plugins installed on your system.

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)