1*4882a593Smuzhiyunconfig BR2_PACKAGE_DOCKER_PROXY 2*4882a593Smuzhiyun bool "docker-proxy" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS 4*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 6*4882a593Smuzhiyun help 7*4882a593Smuzhiyun Libnetwork is a Container Network Model that provides a 8*4882a593Smuzhiyun consistent programming interface and the required network 9*4882a593Smuzhiyun abstractions for applications. 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun This package provides docker-proxy, a run-time dependency of 12*4882a593Smuzhiyun Docker. 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun https://github.com/docker/libnetwork 15*4882a593Smuzhiyun 16*4882a593Smuzhiyuncomment "docker-proxy needs a toolchain w/ threads" 17*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS 18*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS 19*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS 20