mirror of https://github.com/docker/docs.git
Mark network ui endpoints unix-only
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
parent
ca8f24679e
commit
6e3740450d
|
@ -1,4 +1,4 @@
|
||||||
// +build experimental
|
// +build experimental,!windows
|
||||||
|
|
||||||
package server
|
package server
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// +build !experimental
|
// +build !experimental windows
|
||||||
|
|
||||||
package server
|
package server
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue