cns/dockerclient/dockerclient_windows.go (
4
lines of code) (
raw
):
// Copyright 2017 Microsoft. All rights reserved. // MIT License // +build windows package dockerclient const ( defaultNetworkPlugin = "l2tunnel" )