Skip to content

Commit

Permalink
Update container.md
Browse files Browse the repository at this point in the history
Update to use valid JSON.  Otherwise, you'll see errors such as:

`error: trailing comma at line 7 column 5`
  • Loading branch information
scoheb authored and cgwalters committed Jan 29, 2024
1 parent 1b42d93 commit 88ec6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@ Example image configuration JSON (`config.json`):
```
{
"Env": [
"FOO=BAR",
"FOO=BAR"
],
"Cmd": [
"/bin/bash"
],
"Labels": {
"license": "MIT",
"license": "MIT"
}
}
```
Expand Down

0 comments on commit 88ec6a0

Please sign in to comment.