diff --git a/docker_dev_start.py b/docker_dev_start.py index 6e5d2ca25f6c69bec43e2990cde28234ebe2ba63_ZG9ja2VyX2Rldl9zdGFydC5weQ==..eab3a77683d82573b52bdf3d73bc0f1453596575_ZG9ja2VyX2Rldl9zdGFydC5weQ== 100755 --- a/docker_dev_start.py +++ b/docker_dev_start.py @@ -32,5 +32,5 @@ _logger = logging.getLogger(__name__) -__version__ = '1.1.9' +__version__ = '1.1.10' __date__ = '2017-08-11' @@ -36,5 +36,5 @@ __date__ = '2017-08-11' -__updated__ = '2018-10-17' +__updated__ = '2019-01-17' def which(program): @@ -517,7 +517,7 @@ # TODO replace by something cleaner if possible call([ 'docker', 'run', '--rm', '-v', - mount_opts, 'busybox', 'chmod', '777', '/mnt/data', + mount_opts, 'busybox', 'chmod', '-R', '777', '/mnt/data', ]) binds.append('{}:/mnt/data'.format(data_volume_name))