This website requires JavaScript.
Explore
Help
Sign in
beenull
/
moby
Watch
1
Star
0
Fork
You've already forked moby
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
87552f2e67
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 13:14:53 +00: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 22:40:39 +00:00
// +build !windows
package
libnetwork_test
Fixup libnetwork lint errors Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2021-05-28 00:15:56 +00:00
var
specPath
=
"/etc/docker/plugins"
Reference in a new issue
Copy permalink