We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b0511 commit 7aa41efCopy full SHA for 7aa41ef
docs/Basic_setup/index.md
@@ -258,7 +258,7 @@ $ git status
258
259
Check the results to see if any files are marked as "modified". For example:
260
261
-```
+``` output
262
modified: .templates/mosquitto/Dockerfile
263
```
264
@@ -352,13 +352,13 @@ Cannot create container for service [service name here]: unknown log opt 'max-fi
352
353
2. change:
354
355
- ```
+ ``` json
356
"log-driver": "journald",
357
358
359
to:
360
361
362
"log-driver": "json-file",
363
364
0 commit comments