Skip to content

Instantly share code, notes, and snippets.

@atton
Created June 13, 2017 03:13
Show Gist options
  • Save atton/f2007ea94fb4fb9e8dbb135db56ed56c to your computer and use it in GitHub Desktop.
Save atton/f2007ea94fb4fb9e8dbb135db56ed56c to your computer and use it in GitHub Desktop.
docker inspect json
"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