Skip to content

Build the first interfaces of the API #1

@amihaiemil

Description

@amihaiemil

As per the documentation, the entry point is Docker, which has Containers, Images, Volumes etc.

public interface Docker {
    Containers containers();
    Images images();
    Volumes volumes();
    //...
}

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions