support attach mode. most client interfaces implement a form of Client.Completion[T: Rep] which allows you to access the underlying http response provided by netty with a default Representation of the json object in jscala. For some docker endpoints you can enter an interactive mode. We should define a new interface Client.Stream[???] for docker endpoints that return a stream of data to be processed.
support attach mode. most client interfaces implement a form of
Client.Completion[T: Rep]which allows you to access the underlying http response provided by netty with a defaultRepresentation of the json object in jscala. For some docker endpoints you can enter an interactive mode. We should define a new interfaceClient.Stream[???]for docker endpoints that return a stream of data to be processed.