moby--moby/libnetwork/netutils
Dave Tucker b67e986b75 Multi-Arch Support
Compile the dnet tool for Linux (x86, amd64 and arm)
and Windows (x86 and amd64)

- Moved installation of dependencies into `Dockerfile.build`
- Remove `start-services` from Makefile
   - That's the responsibility of Docker or build environment
- Removed utils depending on `netlink` from `netutils/utils.go`

Unable to add `make cross` to CircleCI just yet as there are some
issues to solve that are unrelated to this PR

Also fix `.gitignore` which was not updated after changing the build
image name in #667

Signed-off-by: Dave Tucker <dt@docker.com>
2015-11-25 22:47:41 +00:00
..
utils.go Multi-Arch Support 2015-11-25 22:47:41 +00:00
utils_linux.go Multi-Arch Support 2015-11-25 22:47:41 +00:00
utils_test.go Move test specific functions to a testutils package. 2015-09-07 13:33:28 -04:00