Add abstraction for Engine, Registry and Template APIs
Closed this issue · 3 comments
amihaiemil commented
At the moment the Docker
interface represents only the Engine
API, yet Docker also offers Registry
and Template
APIs. See here.
We should make the Docker
interface more abstract. It should offer 3 methods:
public interface Docker {
Engine engine();
Registry registry();
Template template();
}
All the methods that are currently on the Docker
interface should be moved on the Engine
interface.
amihaiemil commented
N/A
0crat commented
This job is not in scope
0crat commented
Job gh:amihaiemil/docker-java-api#310
is not assigned, can't get performer