Skip to content

Instantly share code, notes, and snippets.

@sambhav2612
Last active December 19, 2020 15:50
Show Gist options
  • Save sambhav2612/695f3e395b2c618720097826ac0575af to your computer and use it in GitHub Desktop.
Save sambhav2612/695f3e395b2c618720097826ac0575af to your computer and use it in GitHub Desktop.
[
{
"Id":"…",
"RepoTags":[
"…"
],
"RepoDigests":[
"…"
],
"Parent":"",
"Comment":"",
"Created":"2020–11–04T16:28:13.6789081Z",
"Container":"…",
"ContainerConfig":{
"Hostname":"cd849c8982e0",
"Domainname":"",
"User":"",
"AttachStdin":false,
"AttachStdout":false,
"AttachStderr":false,
"Tty":false,
"OpenStdin":false,
"StdinOnce":false,
"Env":[
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"NODE_VERSION=14.15.0",
"YARN_VERSION=1.22.5",
"NODE_ENV=production"
],
"Cmd":[
"/bin/sh",
"-c",
"#(nop) ",
"CMD [\"node\" \"/var/apps/app-name/main.js\"]"
],
"Image":"…",
"Volumes":null,
"WorkingDir":"/var/apps/app-name", // <-- THIS LINE
"Entrypoint":[
"docker-entrypoint.sh"
],
"OnBuild":null,
"Labels":{
}
},
"DockerVersion":"19.03.12",
"Author":"",
"Config":{
"Hostname":"",
"Domainname":"",
"User":"",
"AttachStdin":false,
"AttachStdout":false,
"AttachStderr":false,
"Tty":false,
"OpenStdin":false,
"StdinOnce":false,
"Env":[
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"NODE_VERSION=14.15.0",
"YARN_VERSION=1.22.5",
"NODE_ENV=production"
],
"Cmd":[
"node",
"/var/apps/app-name/main.js"
],
"Image":"…",
"Volumes":null,
"WorkingDir":"/var/apps/app-name",
"Entrypoint":[
"docker-entrypoint.sh"
],
"OnBuild":null,
"Labels":null
},
"Architecture":"amd64",
"Os":"linux",
"Size":932787935,
"VirtualSize":932787935,
"GraphDriver":{
"Data":{
"LowerDir":"…",
"MergedDir":"…",
"UpperDir":"…",
"WorkDir":"…"
},
"Name":"overlay2"
},
"RootFS":{
"Type":"layers",
"Layers":[
"…",
"…",
"…",
"…",
"…",
"…",
"…",
"…",
"…",
"…",
"…",
"…"
]
},
"Metadata":{
"LastTagTime":"0001–01–01T00:00:00Z"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment