Skip to content

Commit 54a822e

Browse files
authored
Merge pull request #873 from jpetazzo/fix-config-example
Fix very minor oversight in config example
2 parents 5ad6f50 + fc4df0a commit 54a822e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ Here is an example image configuration JSON document:
298298
"created": "2015-10-31T22:22:55.613815829Z",
299299
"created_by": "/bin/sh -c #(nop) CMD [\"sh\"]",
300300
"empty_layer": true
301+
},
302+
{
303+
"created": "2015-10-31T22:22:56.329850019Z",
304+
"created_by": "/bin/sh -c apk add curl"
301305
}
302306
]
303307
}

0 commit comments

Comments
 (0)