Skip to content

Commit

Permalink
Fix very minor oversight in config example
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetazzo committed Oct 13, 2021
1 parent 5ad6f50 commit c775902
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 c775902

Please sign in to comment.