Created
June 13, 2017 03:13
-
-
Save atton/f2007ea94fb4fb9e8dbb135db56ed56c to your computer and use it in GitHub Desktop.
docker inspect json
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
"Mounts": [ | |
{ | |
"Name": "98ef888300af713d65b6d7534d835c7bd2e95270ad5eb016da749bbbb5f6d409", | |
"Source": "/var/lib/docker/volumes/98ef888300af713d65b6d7534d835c7bd2e95270ad5eb016da749bbbb5f6d409/_data", | |
"Destination": "/var/jenkins_home", | |
"Driver": "local", | |
"Mode": "", | |
"RW": true, | |
"Propagation": "" | |
} | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment