(self)
| 18 | """ |
| 19 | |
| 20 | def setUp(self): |
| 21 | self.tmp_imgs = [] |
| 22 | self.tmp_containers = [] |
| 23 | self.tmp_folders = [] |
| 24 | self.tmp_volumes = [] |
| 25 | self.tmp_networks = [] |
| 26 | self.tmp_plugins = [] |
| 27 | self.tmp_secrets = [] |
| 28 | self.tmp_configs = [] |
| 29 | |
| 30 | def tearDown(self): |
| 31 | client = docker.from_env(version=TEST_API_VERSION) |