Skip to content

Commit

Permalink
images: support import/export
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaac committed Feb 26, 2020
1 parent 96e4f43 commit 41ba677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion luasrc/docker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ gen_api(_docker, "POST", "images", "tag")
gen_api(_docker, "DELETE", "images", "remove")
gen_api(_docker, "GET", "images", "search")
gen_api(_docker, "POST", "images", "prune")
-- TODO: build clear push commit export import
gen_api(_docker, "GET", "images", "get")
gen_api(_docker, "POST", "images", "load")

gen_api(_docker, "GET", "networks", "list")
gen_api(_docker, "GET", "networks", "inspect")
Expand Down

0 comments on commit 41ba677

Please sign in to comment.