-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
Description
As per the documentation, the entry point is Docker, which has Containers, Images, Volumes etc.
public interface Docker {
Containers containers();
Images images();
Volumes volumes();
//...
}Reactions are currently unavailable