docker-java-api
docker-java-api copied to clipboard
Add Json Suppliers
All the methods which take a JsonObject as input (like Containers.create(...) should be overloaded to also accept a Supplier<JsonObject>, so the user can build the required json on the spot.