D | container.py | 271 def rootfs(self): member in Container 419 utils.run('sudo mkdir -p %s' % os.path.join(self.rootfs, destination)) 513 usr_local_path = os.path.join(self.rootfs, 'usr', 'local') 536 dest_path = dest_path or os.path.join(self.rootfs, 'usr', 'local') 538 self.rootfs, 'usr', 'local', 'logs', 'isolate') 569 dst_path = os.path.join(self.rootfs,
|