This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
ecbfe73193
moby--moby
/
libnetwork
/
libnetwork_unix_test.go
7 lines
102 B
Go
Raw
Normal View
History
Unescape
Escape
Update to Go 1.17.0, and gofmt with Go 1.17 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-23 09:14:53 -04:00
//go:build !windows
Fix issues running libnetwork tests. libnetwork does different stuff depending on if you are running the tests in a container or not... without telling it we are in a container a bunch of the tests actually fail. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2021-04-27 18:40:39 -04:00
// +build !windows
package
libnetwork_test
Fixup libnetwork lint errors Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2021-05-27 20:15:56 -04:00
var
specPath
=
"/etc/docker/plugins"
Copy permalink