-
-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
aiodocker/aiodocker/containers.py
Lines 235 to 244 in a9782ae
| async def put_archive(self, path, data): | |
| async with self.docker._query( | |
| f"containers/{self._id}/archive", | |
| method="PUT", | |
| data=data, | |
| headers={"content-type": "application/json"}, | |
| params={"path": path}, | |
| ) as response: | |
| data = await parse_result(response) | |
| return data |
Metadata
Metadata
Assignees
Labels
No labels