You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker API 1.25+ added support for specifying the network mode when building an image. docker-java currently does not expose that functionality in the API.
This is required to support docker build arguments such as --network=host
Docker API 1.25+ added support for specifying the network mode when building an image. docker-java currently does not expose that functionality in the API.
This is required to support
docker build
arguments such as--network=host
See:
https://docs.docker.com/engine/reference/commandline/build/#options
https://docs.docker.com/engine/api/v1.25/#operation/ImageBuild
The text was updated successfully, but these errors were encountered: