From 2fab53d658443fcabc3576c86918eb2940cf5086 Mon Sep 17 00:00:00 2001 From: Boris Kuzmic Date: Thu, 10 Jan 2019 12:41:39 +0100 Subject: [PATCH] Removing puzzle for importImage --- src/main/java/com/amihaiemil/docker/Images.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/com/amihaiemil/docker/Images.java b/src/main/java/com/amihaiemil/docker/Images.java index b2d342a7..630e04b0 100644 --- a/src/main/java/com/amihaiemil/docker/Images.java +++ b/src/main/java/com/amihaiemil/docker/Images.java @@ -40,10 +40,6 @@ * unit test method save() and other future methods which may require more * than 1 HTTP request. Currently, the unit testing infrastructure does * not support more than 1 HTTP request.. - * @todo #254:30min Implement importImage method and create tests. Please note - * that this method is implemented using Docker API Image Create method. - * See https://docs.docker.com/engine/api/v1.35/#operation/ImageCreate for more - * details. * @todo #254:30mim ImportFromTar method should return Image instead of void. * Find a way to read the imported Image's identifier, maybe add a new * implementation of Image for this case.