Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

The class NetworkConfig is missing a field corresponsing to "Attachable" attribute #768

Closed
fdoemges opened this issue May 28, 2017 · 1 comment

Comments

@fdoemges
Copy link
Contributor

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

@fdoemges
Copy link
Contributor Author

fdoemges commented May 31, 2017

Was fixed by #770

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant