We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe3fed commit 6972184Copy full SHA for 6972184
src/main/java/com/amihaiemil/docker/RtExec.java
@@ -44,7 +44,7 @@ final class RtExec implements Exec {
44
private final HttpClient client;
45
46
/**
47
- * Base URI for Images API.
+ * URI of this Exec.
48
*/
49
private final URI baseUri;
50
src/main/java/com/amihaiemil/docker/RtExecs.java
@@ -42,7 +42,7 @@ final class RtExecs implements Execs {
42
43
+ * Base URI for the Exec API.
0 commit comments