Skip to content

Commit

Permalink
Fix very minor oversight in config example
Browse files Browse the repository at this point in the history
Fixes opencontainers#872

Signed-off-by: Jérôme Petazzoni <jerome.petazzoni@gmail.com>
  • Loading branch information
jpetazzo authored and sudo-bmitch committed Sep 25, 2022
1 parent 125b74e commit 971af5c
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 971af5c

Please sign in to comment.