Directory where scripts are exported, to be mounted into containers.
(&self)
| 295 | |
| 296 | /// Directory where scripts are exported, to be mounted into containers. |
| 297 | fn scripts_dir(&self) -> PathBuf { |
| 298 | self.dir.join("scripts") |
| 299 | } |
| 300 | |
| 301 | /// Export scripts that need to be mounted. |
| 302 | fn export_scripts(&self) -> anyhow::Result<()> { |