/
/Pouch Engine API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 19m ago · Updated 1mo ago
Container21
Copy3
  • getGet an archive of a filesystem resource in a container
  • putExtract an archive of files or folders to a directory in a container
  • headGet information about files in a container
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
Copy

Get an archive of a filesystem resource in a container

Get a tar archive of a resource in the filesystem of container id.

get/containers/{id}/archive

Path parameters

idstring required

ID or name of the container

Query parameters

pathstring required

Resource in the container’s filesystem to archive.

Response

no error

Changes