2018-03-04 01:43:42 +01:00
|
|
|
config BR2_PACKAGE_DOCKER_PROXY
|
|
|
|
bool "docker-proxy"
|
2019-02-06 14:23:57 +01:00
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
2018-03-04 01:43:42 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
help
|
|
|
|
Libnetwork is a Container Network Model that provides a
|
|
|
|
consistent programming interface and the required network
|
|
|
|
abstractions for applications.
|
|
|
|
|
|
|
|
This package provides docker-proxy, a run-time dependency of
|
|
|
|
Docker.
|
|
|
|
|
|
|
|
https://github.com/docker/libnetwork
|
|
|
|
|
|
|
|
comment "docker-proxy needs a toolchain w/ threads"
|
2019-02-06 14:23:57 +01:00
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
2018-03-04 01:43:42 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|