D | container.py | 276 def rootfs(self): member in Container 427 utils.run('sudo mkdir -p %s' % os.path.join(self.rootfs, destination)) 521 usr_local_path = os.path.join(self.rootfs, 'usr', 'local') 544 dest_path = dest_path or os.path.join(self.rootfs, 'usr', 'local') 546 self.rootfs, 'usr', 'local', 'logs', 'isolate') 577 dst_path = os.path.join(self.rootfs,
|