commit
9d4f6b3d3d
|
@ -1,9 +0,0 @@
|
||||||
image: dockercore/libcontainer
|
|
||||||
script:
|
|
||||||
# Setup the DockerInDocker environment.
|
|
||||||
- /dind
|
|
||||||
- sed -i 's!docker/docker!docker/libcontainer!' /go/src/github.com/docker/docker/hack/make/.validate
|
|
||||||
- bash /go/src/github.com/docker/docker/hack/make/validate-dco
|
|
||||||
- bash /go/src/github.com/docker/docker/hack/make/validate-gofmt
|
|
||||||
- export GOPATH="$GOPATH:/go:$(pwd)/vendor" # Drone mucks with our GOPATH
|
|
||||||
- make direct-test
|
|
|
@ -1,4 +1,4 @@
|
||||||
## libcontainer - reference implementation for containers [![Build Status](https://ci.dockerproject.com/github.com/docker/libcontainer/status.svg?branch=master)](https://ci.dockerproject.com/github.com/docker/libcontainer)
|
## libcontainer - reference implementation for containers [![Build Status](https://jenkins.dockerproject.com/buildStatus/icon?job=Libcontainer Master)](https://jenkins.dockerproject.com/job/Libcontainer%20Master/)
|
||||||
|
|
||||||
Libcontainer provides a native Go implementation for creating containers
|
Libcontainer provides a native Go implementation for creating containers
|
||||||
with namespaces, cgroups, capabilities, and filesystem access controls.
|
with namespaces, cgroups, capabilities, and filesystem access controls.
|
||||||
|
|
Loading…
Reference in New Issue