mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fix typo in docker.get_container_root
This commit is contained in:
parent
2a7404b1b2
commit
0dd8d04915
@ -1932,7 +1932,7 @@ def get_container_root(container):
|
||||
'containers',
|
||||
_get_container_infos(container)['Id'],
|
||||
)
|
||||
default_rootfs = os.path.join(default_path, 'roofs')
|
||||
default_rootfs = os.path.join(default_path, 'rootfs')
|
||||
rootfs_re = re.compile(r'^lxc.rootfs\s*=\s*(.*)\s*$', re.U)
|
||||
try:
|
||||
lxcconfig = os.path.join(default_path, 'config.lxc')
|
||||
|
Loading…
Reference in New Issue
Block a user