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
{{ message }}
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
According to the Docker Engine API (v1.26 and older as well) documentation a "network create" call (POST /networks/create) takes a JSON with a network config in the body, that contains the field "Attachable" which can be set to true in order to make the network attachable.
The corresponding message can be created with com.spotify.docker.client.messages.NetworkConfig.builder().build()
Unfortunately the class com.spotify.docker.client.messages.NetworkConfig doese not contain the field "Attachable" so this option cannot be used in the moment
The text was updated successfully, but these errors were encountered:
According to the Docker Engine API (v1.26 and older as well) documentation a "network create" call (POST /networks/create) takes a JSON with a network config in the body, that contains the field "Attachable" which can be set to true in order to make the network attachable.
The corresponding message can be created with com.spotify.docker.client.messages.NetworkConfig.builder().build()
Unfortunately the class com.spotify.docker.client.messages.NetworkConfig doese not contain the field "Attachable" so this option cannot be used in the moment
The text was updated successfully, but these errors were encountered: