Skip to content
This repository was archived by the owner on Jan 11, 2021. It is now read-only.

Commit c3579c0

Browse files
author
Brent Salisbury
committed
Merge pull request #16 from dave-tucker/cleanup
The big Macvlan cleanup
2 parents 7fd0d0d + c3e9358 commit c3579c0

File tree

491 files changed

+107001
-31391
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

491 files changed

+107001
-31391
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
sudo: required
3+
services:
4+
- docker
5+
notifications:
6+
email: false
7+
script:
8+
- make test

Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM golang:1.5
2+
RUN go get github.com/tools/godep
3+
COPY . /go/src/github.com/gopher-net/macvlan-docker-plugin
4+
WORKDIR /go/src/github.com/gopher-net/macvlan-docker-plugin
5+
RUN godep godep go install -v
6+
ENTRYPOINT ["macvlan-docker-plugin"]

Godeps/Godeps.json

+36-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE Godeps/_workspace/src/github.com/Microsoft/go-winio/LICENSE

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/Microsoft/go-winio/README.md

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/Microsoft/go-winio/file.go

+216
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)