Skip to content

Instantly share code, notes, and snippets.

@beldpro-ci
Created June 25, 2017 17:56
Show Gist options
  • Save beldpro-ci/daa4469dc5cadb189acf294427470595 to your computer and use it in GitHub Desktop.
Save beldpro-ci/daa4469dc5cadb189acf294427470595 to your computer and use it in GitHub Desktop.
# docker plugin ls --no-trunc
ID NAME DESCR...
ece80624f9b17(...) cloudstor:aws cloud...
cat /run/docker/libcontainerd/ece806249b1(...)/config.json | jq
{
"ociVersion": "1.0.0-rc2-dev",
"platform": {
"os": "linux",
"arch": "amd64"
},
"process": {
"consoleSize": {
"height": 0,
"width": 0
},
"user": {
"uid": 0,
"gid": 0
},
"args": [
"/cloudstor"
],
"env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CLOUD_PLATFORM=AWS",
"AZURE_STORAGE_ACCOUNT=",
"AZURE_STORAGE_ACCOUNT_KEY=",
"AZURE_STORAGE_ENDPOINT=",
"EFS_ID_REGULAR=<redacted>",
"EFS_ID_MAXIO=<redacted>",
"DEBUG=1"
],
"cwd": "/",
"capabilities": [
"CAP_CHOWN",
"CAP_DAC_OVERRIDE",
"CAP_FSETID",
"CAP_FOWNER",
"CAP_MKNOD",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment