Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/main/java/com/amihaiemil/docker/Images.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down