containerd – github.com/containerd/containerd Index | Files | Directories

package containerd

import "github.com/containerd/containerd"

Index

Constants

const VersionMajor = 0

VersionMajor holds the release major number

const VersionMinor = 2

VersionMinor holds the release minor number

const VersionPatch = 4

VersionPatch holds the release patch number

Variables

var GitCommit = ""

GitCommit is filled with the Git revision being used to build the program at linking time

var Version = fmt.Sprintf("%d.%d.%d", VersionMajor, VersionMinor, VersionPatch)

Version holds the combination of major minor and patch as a string of format Major.Minor.Patch

Source Files

version.go

Directories

PathSynopsis
api
api/grpc
api/grpc/server
api/grpc/typesPackage types is a generated protocol buffer package.
api/http
api/http/pprof
containerd
containerd-shim
ctr
hacksingle app that will run containers in containerd and output the total time in seconds that it took for the execution.
integration-test
runtime
supervisor
testutils
Version
v0.2.5
Published
Dec 5, 2016
Platform
windows/amd64
Imports
1 packages
Last checked
now

Tools for package owners.