File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/amihaiemil/docker Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030import java .util .Iterator ;
3131
3232/**
33- * Containers API.
33+ * Containers API. This is also an Iterable over the running containers.
34+ * If you need an Iterable over all the containers, use the .all() method.
3435 * @author Mihai Andronache (amihaiemil@gmail.com)
3536 * @version $Id$
3637 * @since 0.0.1
@@ -74,8 +75,7 @@ Container create(
7475 Container create (final JsonObject container ) throws IOException ;
7576
7677 /**
77- * Return all the Containers, not only the running ones (simply iterating
78- * over this Containers instance will fetch only the running ones).
78+ * Return all the Containers, not only the running ones.
7979 * @return Iterator over all the containers.
8080 */
8181 Iterator <Container > all ();
You can’t perform that action at this time.
0 commit comments