Container Archive
This API operation retrieves a tar archive of files or folders from a specified Docker container's filesystem. By providing the container ID in the path parameter and specifying the resource path as a query parameter, you can extract files or directories from a running or stopped container. The response returns a TAR stream containing the requested filesystem content, along with metadata in the response headers that includes information about the archive such as file permissions, modification...