Get an archive of a filesystem resource in a container Run in API Explorer
Get a tar archive of a resource in the filesystem of container id.
GET
/containers/{id}/archive
curl \
--request GET 'http://api.example.com/v1.49/containers/{id}/archive?path=string'
Response examples (400)
{
"message": "Something went wrong."
}
Response examples (404)
{
"message": "No such container: c2ada9df5af8"
}
Response examples (500)
{
"message": "Something went wrong."
}