Skip to content

Commit

Permalink
Merge pull request #873 from jpetazzo/fix-config-example
Browse files Browse the repository at this point in the history
Fix very minor oversight in config example
  • Loading branch information
vbatts committed Oct 14, 2021
2 parents 5ad6f50 + fc4df0a commit 54a822e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@ Here is an example image configuration JSON document:
"created": "2015-10-31T22:22:55.613815829Z",
"created_by": "/bin/sh -c #(nop) CMD [\"sh\"]",
"empty_layer": true
},
{
"created": "2015-10-31T22:22:56.329850019Z",
"created_by": "/bin/sh -c apk add curl"
}
]
}
Expand Down

0 comments on commit 54a822e

Please sign in to comment.