add symlinks for initial run to work better.

specifically add new volume mount location dir and symlink  files to files that will be added to new volume mount location on docker run.
This commit is contained in:
jowj 2018-05-03 13:13:37 -05:00
parent 2ff89df06f
commit 83bcca7b67

View File

@ -5,7 +5,7 @@ import pdb
SCRIPTPATH = os.path.realpath(__file__)
SCRIPTDIR = os.path.dirname(SCRIPTPATH)
DOCKERDIR = os.path.join(SCRIPTDIR, 'docker')
COLOVEDIR = '/home/colove/host'
COLOVEDIR = '/colove'
def dockerrun(
colovevolperms='rw', hostname='colove'):