mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Optimized storage path
This commit is contained in:
parent
905b8b5e71
commit
3ee5617f6d
@ -35,7 +35,7 @@ def get_image(container):
|
|||||||
def pause_and_move(storage_path, volume, volume_path, containers):
|
def pause_and_move(storage_path, volume, volume_path, containers):
|
||||||
stop_containers(containers)
|
stop_containers(containers)
|
||||||
# Create a new directory on the Storage
|
# Create a new directory on the Storage
|
||||||
storage_volume_path = os.path.join(storage_path, volume)
|
storage_volume_path = os.path.join(storage_path, 'data', 'docker', 'volumes', volume)
|
||||||
os.makedirs(storage_volume_path, exist_ok=False)
|
os.makedirs(storage_volume_path, exist_ok=False)
|
||||||
|
|
||||||
# Move the data
|
# Move the data
|
||||||
|
Loading…
Reference in New Issue
Block a user