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 b215c3a commit 2fab53dCopy full SHA for 2fab53d
src/main/java/com/amihaiemil/docker/Images.java
@@ -40,10 +40,6 @@
40
* unit test method save() and other future methods which may require more
41
* than 1 HTTP request. Currently, the unit testing infrastructure does
42
* not support more than 1 HTTP request..
43
- * @todo #254:30min Implement importImage method and create tests. Please note
44
- * that this method is implemented using Docker API Image Create method.
45
- * See https://docs.docker.com/engine/api/v1.35/#operation/ImageCreate for more
46
- * details.
47
* @todo #254:30mim ImportFromTar method should return Image instead of void.
48
* Find a way to read the imported Image's identifier, maybe add a new
49
* implementation of Image for this case.
0 commit comments