Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checks if mount's source directory exists (#92)
* Checks for mount's source dir existance If someone removes a bind mount dir of a dependend container, or an exec container, like `rm -r ${YB_CLI_BUILD_DIR}/containers/<something>`, the CLI tries to run it, Docker errors saying that this directory doesn't exist on the host. This adds a check mounts step when preparing the Exection Environment for `yb exec` * PR feedback Co-authored-by: Ridai Govinda Pombo <[email protected]>
- Loading branch information