コード例 #1
0
ファイル: engine.py プロジェクト: scollison/image-bootstrap
 def _unshare(self):
     unshare_current_process(self._messenger)
     set_hostname(self._config.hostname)
コード例 #2
0
 def unshare(self):
     unshare_current_process(self._messenger)
コード例 #3
0
ファイル: base.py プロジェクト: ahnan4arch/image-bootstrap
 def unshare(self):
     unshare_current_process(self._messenger)
コード例 #4
0
 def _unshare(self):
     unshare_current_process(self._messenger)
     set_hostname(self._config.hostname)