/
/Pouch Engine API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
Container21
Copy3
Exec4
Network6
Volume4
  • get
  • getGet Pouchd version
  • getGet System information
  • postCheck auth configuration
  • postUpdate daemon's labels and image proxy
  • getSubscribe pouchd events to users
  • postCreate an image by pulling from a registry or importing from an existing source file
  • postImport images
  • getSave image
  • getInspect an image
  • getGet an image's history
  • getList Images
  • getSearch images
  • postTag an image
  • deleteRemove an image
  • postpush an image
  • getList containers
  • postCreate an image from a container

Import images

Load a set of images by oci.v1 format tar stream

post/images/load

Query parameters

namestring

set the image name for the tar stream, default unknown/unknown

Response

no error

Changes