We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 842e816 + 49b94f6 commit 97db67dCopy full SHA for 97db67d
src/main/java/com/github/dockerjava/api/DockerClient.java
@@ -111,6 +111,10 @@ public interface DockerClient extends Closeable {
111
112
InspectImageCmd inspectImageCmd(@Nonnull String imageId);
113
114
+ /**
115
+ * @param name
116
+ * The name, e.g. "alexec/busybox" or just "busybox" if you want to default. Not null.
117
+ */
118
SaveImageCmd saveImageCmd(@Nonnull String name);
119
120
/**
0 commit comments