This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import shutil | |
from sstash.sstash import SecureStash | |
from getpass import getpass | |
stash_path = "/my/path/to/stash/file" | |
def store_machine(machine_name): | |
""" | |
Export a docker-machine from to the machines dir. |