mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Only the /salt
mount is important
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
74b75fc109
commit
da7d79a200
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ class SaltVirtMinionContainerFactory(SaltMinion):
|
|||
self.container_run_kwargs["volumes"].update(
|
||||
{
|
||||
str(CODE_DIR): {"bind": "/salt", "mode": "z"},
|
||||
str(CODE_DIR): {"bind": str(CODE_DIR), "mode": "z"},
|
||||
}
|
||||
)
|
||||
self.container_run_kwargs["working_dir"] = str(CODE_DIR)
|
||||
|
|
Loading…
Add table
Reference in a new issue