Skip to content

Check for Mounts#44

Open
nlevee wants to merge 24 commits into
SvenDowideit:masterfrom
niccokunzmann:master
Open

Check for Mounts#44
nlevee wants to merge 24 commits into
SvenDowideit:masterfrom
niccokunzmann:master

Conversation

@nlevee

@nlevee nlevee commented Jan 28, 2016

Copy link
Copy Markdown

Hi,

Can you add an inspect on Mounts section in 'setup-samba-share.sh' :

volumes=`$DOCKER inspect --format='{{range \$k,\$v := .Config.Volumes}}{{println \$k}}{{end}}' "$container" |  grep -v -E "^$" 
         $DOCKER inspect --format='{{range \$k,\$v :=        .Volumes}}{{println \$k}}{{end}}' "$container" |  grep -v -E "^$"
         $DOCKER inspect --format='{{range .Mounts}}{{println .Destination}}{{end}}' "$container" | grep -v -E "^$"`

Thanks :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants