Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

[WIP] Docker networks with beacons #58

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM golang:1.5.1
FROM golang:1.6

# Copy latest docker client(s)
COPY ./docker/docker-1.9.1 /bin/docker-1.9.1
# Copy latest docker client inside the container
COPY ./docker/docker-1.10.2 /bin/docker-1.10.2
# and make it executable
RUN chmod +x /bin/docker-*

# Copy Go code and install applications
Expand Down
Binary file renamed docker/docker-1.9.1 → docker/docker-1.10.2
Binary file not shown.
1 change: 0 additions & 1 deletion go/src/github.com/Sirupsen/logrus/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions go/src/github.com/Sirupsen/logrus/.travis.yml

This file was deleted.

68 changes: 0 additions & 68 deletions go/src/github.com/Sirupsen/logrus/hooks/bugsnag/bugsnag.go

This file was deleted.

64 changes: 0 additions & 64 deletions go/src/github.com/Sirupsen/logrus/hooks/bugsnag/bugsnag_test.go

This file was deleted.

28 changes: 0 additions & 28 deletions go/src/github.com/Sirupsen/logrus/hooks/papertrail/README.md

This file was deleted.

55 changes: 0 additions & 55 deletions go/src/github.com/Sirupsen/logrus/hooks/papertrail/papertrail.go

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions go/src/github.com/samalba/dockerclient/.gitignore

This file was deleted.

Loading