Skip to content

Commit f4ac24c

Browse files
authored
fix: unrecognized language (#23085)
Update code fences that use a non-recognized codefence language value. Resolves #23081.
1 parent 5dd8bad commit f4ac24c

File tree

13 files changed

+23
-23
lines changed

13 files changed

+23
-23
lines changed

content/contribute/components/code-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ we use often.
1313
If your example contains a placeholder value that's subject to change,
1414
use the format `<[A-Z_]+>` for the placeholder value: `<MY_VARIABLE>`
1515

16-
```none
16+
```text
1717
export name=<MY_NAME>
1818
```
1919

content/manuals/engine/daemon/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ all other running containers as filesystems within the container which mounts
545545
`/var/lib/docker/`. When you attempt to remove any of these containers, the
546546
removal attempt may fail with an error like the following:
547547

548-
```none
548+
```text
549549
Error: Unable to remove filesystem for
550550
74bef250361c7817bee19349c93139621b272bc8f654ae112dd4eb9652af9515:
551551
remove /var/lib/docker/containers/74bef250361c7817bee19349c93139621b272bc8f654ae112dd4eb9652af9515/shm:

content/manuals/engine/install/linux-postinstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To create the `docker` group and add your user:
7878
If you initially ran Docker CLI commands using `sudo` before adding your user
7979
to the `docker` group, you may see the following error:
8080

81-
```none
81+
```text
8282
WARNING: Error loading config file: /home/user/.docker/config.json -
8383
stat /home/user/.docker/config.json: permission denied
8484
```

content/manuals/engine/logging/drivers/syslog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ receiver can extract the following information:
2222
The format is defined in [RFC 5424](https://tools.ietf.org/html/rfc5424) and Docker's syslog driver implements the
2323
[ABNF reference](https://tools.ietf.org/html/rfc5424#section-6) in the following way:
2424

25-
```none
25+
```text
2626
TIMESTAMP SP HOSTNAME SP APP-NAME SP PROCID SP MSGID
2727
+ + + | +
2828
| | | | |

content/manuals/engine/logging/log_tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Docker supports some special template markup you can use when specifying a tag's
3030

3131
For example, specifying a `--log-opt tag="{{.ImageName}}/{{.Name}}/{{.ID}}"` value yields `syslog` log lines like:
3232

33-
```none
33+
```text
3434
Aug 7 18:33:19 HOSTNAME hello-world/foobar/5790672ab6a0[9103]: Hello from Docker.
3535
```
3636

content/manuals/engine/release-notes/prior-releases.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ If you are currently using the `--ipv6` option _without_ specifying the
328328
`--fixed-cidr-v6` option, the Docker daemon will refuse to start with the
329329
following message:
330330

331-
```none
331+
```text
332332
Error starting daemon: Error initializing network controller: Error creating
333333
default "bridge" network: failed to parse pool request
334334
for address space "LocalDefault" pool " subpool ":
@@ -344,7 +344,7 @@ In a similar way, if you specify the `--ipv6` flag when creating a network
344344
with the default IPAM driver, without providing an IPv6 `--subnet`, network
345345
creation will fail with the following message:
346346

347-
```none
347+
```text
348348
Error response from daemon: failed to parse pool request for address space
349349
"LocalDefault" pool "" subpool "": could not find an
350350
available, non-overlapping IPv6 address pool among
@@ -397,7 +397,7 @@ If you are currently using the `--ipv6` option _without_ specifying the
397397
`--fixed-cidr-v6` option, the Docker daemon will refuse to start with the
398398
following message:
399399

400-
```none
400+
```text
401401
Error starting daemon: Error initializing network controller: Error creating
402402
default "bridge" network: failed to parse pool request
403403
for address space "LocalDefault" pool " subpool ":
@@ -413,7 +413,7 @@ In a similar way, if you specify the `--ipv6` flag when creating a network
413413
with the default IPAM driver, without providing an IPv6 `--subnet`, network
414414
creation will fail with the following message:
415415

416-
```none
416+
```text
417417
Error response from daemon: failed to parse pool request for address space
418418
"LocalDefault" pool "" subpool "": could not find an
419419
available, non-overlapping IPv6 address pool among

content/manuals/engine/security/userns-remap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The remapping itself is handled by two files: `/etc/subuid` and `/etc/subgid`.
2222
Each file works the same, but one is concerned with the user ID range, and the
2323
other with the group ID range. Consider the following entry in `/etc/subuid`:
2424

25-
```none
25+
```text
2626
testuser:231072:65536
2727
```
2828

@@ -93,7 +93,7 @@ avoid these situations.
9393
and a maximum number of UIDs or GIDs available to the user. For instance,
9494
given the following entry:
9595

96-
```none
96+
```text
9797
testuser:231072:65536
9898
```
9999

content/manuals/engine/storage/drivers/device-mapper-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ assumes that the Docker daemon is in the `stopped` state.
297297
The example below adds 20% more capacity when the disk usage reaches
298298
80%.
299299

300-
```none
300+
```text
301301
activation {
302302
thin_pool_autoextend_threshold=80
303303
thin_pool_autoextend_percent=20

content/manuals/engine/swarm/admin_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ the `docker node rm` command. If a node becomes unreachable, unresponsive, or
221221
compromised you can forcefully remove the node without shutting it down by
222222
passing the `--force` flag. For instance, if `node9` becomes compromised:
223223

224-
```none
224+
```console
225225
$ docker node rm node9
226226

227227
Error response from daemon: rpc error: code = 9 desc = node node9 is not down and can't be removed
@@ -338,7 +338,7 @@ If you lose the quorum of managers, you cannot administer the swarm. If you have
338338
lost the quorum and you attempt to perform any management operation on the swarm,
339339
an error occurs:
340340

341-
```none
341+
```text
342342
Error response from daemon: rpc error: code = 4 desc = context deadline exceeded
343343
```
344344

content/manuals/engine/swarm/configs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ real-world example, continue to
216216
to the config. The container ID is different, because the
217217
`service update` command redeploys the service.
218218

219-
```none
219+
```console
220220
$ docker container exec -it $(docker ps --filter name=redis -q) cat /my-config
221221

222222
cat: can't open '/my-config': No such file or directory
@@ -248,7 +248,7 @@ This example assumes that you have PowerShell installed.
248248
</body>
249249
</html>
250250
```
251-
251+
252252
2. If you have not already done so, initialize or join the swarm.
253253

254254
```powershell
@@ -373,7 +373,7 @@ generate the site key and certificate, name the files `site.key` and
373373
the following contents into it. This constrains the root CA to only sign
374374
leaf certificates and not intermediate CAs.
375375

376-
```none
376+
```ini
377377
[root_ca]
378378
basicConstraints = critical,CA:TRUE,pathlen:1
379379
keyUsage = critical, nonRepudiation, cRLSign, keyCertSign
@@ -407,7 +407,7 @@ generate the site key and certificate, name the files `site.key` and
407407
certificate so that it can only be used to authenticate a server and
408408
can't be used to sign certificates.
409409

410-
```none
410+
```ini
411411
[server]
412412
authorityKeyIdentifier=keyid,issuer
413413
basicConstraints = critical,CA:FALSE
@@ -438,7 +438,7 @@ generate the site key and certificate, name the files `site.key` and
438438
In the current directory, create a new file called `site.conf` with the
439439
following contents:
440440

441-
```none
441+
```nginx
442442
server {
443443
listen 443 ssl;
444444
server_name localhost;
@@ -616,7 +616,7 @@ configuration file.
616616
1. Edit the `site.conf` file locally. Add `index.php` to the `index` line, and
617617
save the file.
618618

619-
```none
619+
```nginx
620620
server {
621621
listen 443 ssl;
622622
server_name localhost;

0 commit comments

Comments
 (0)