Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/contribute/components/code-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ we use often.
If your example contains a placeholder value that's subject to change,
use the format `<[A-Z_]+>` for the placeholder value: `<MY_VARIABLE>`

```none
```text
export name=<MY_NAME>
```

Expand Down
2 changes: 1 addition & 1 deletion content/manuals/engine/daemon/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ all other running containers as filesystems within the container which mounts
`/var/lib/docker/`. When you attempt to remove any of these containers, the
removal attempt may fail with an error like the following:

```none
```text
Error: Unable to remove filesystem for
74bef250361c7817bee19349c93139621b272bc8f654ae112dd4eb9652af9515:
remove /var/lib/docker/containers/74bef250361c7817bee19349c93139621b272bc8f654ae112dd4eb9652af9515/shm:
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/engine/install/linux-postinstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To create the `docker` group and add your user:
If you initially ran Docker CLI commands using `sudo` before adding your user
to the `docker` group, you may see the following error:

```none
```text
WARNING: Error loading config file: /home/user/.docker/config.json -
stat /home/user/.docker/config.json: permission denied
```
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/engine/logging/drivers/syslog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ receiver can extract the following information:
The format is defined in [RFC 5424](https://tools.ietf.org/html/rfc5424) and Docker's syslog driver implements the
[ABNF reference](https://tools.ietf.org/html/rfc5424#section-6) in the following way:

```none
```text
TIMESTAMP SP HOSTNAME SP APP-NAME SP PROCID SP MSGID
+ + + | +
| | | | |
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/engine/logging/log_tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Docker supports some special template markup you can use when specifying a tag's

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

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

Expand Down
8 changes: 4 additions & 4 deletions content/manuals/engine/release-notes/prior-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ If you are currently using the `--ipv6` option _without_ specifying the
`--fixed-cidr-v6` option, the Docker daemon will refuse to start with the
following message:

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

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

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

```none
```text
Error response from daemon: failed to parse pool request for address space
"LocalDefault" pool "" subpool "": could not find an
available, non-overlapping IPv6 address pool among
Expand Down
4 changes: 2 additions & 2 deletions content/manuals/engine/security/userns-remap.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The remapping itself is handled by two files: `/etc/subuid` and `/etc/subgid`.
Each file works the same, but one is concerned with the user ID range, and the
other with the group ID range. Consider the following entry in `/etc/subuid`:

```none
```text
testuser:231072:65536
```

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

```none
```text
testuser:231072:65536
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ assumes that the Docker daemon is in the `stopped` state.
The example below adds 20% more capacity when the disk usage reaches
80%.

```none
```text
activation {
thin_pool_autoextend_threshold=80
thin_pool_autoextend_percent=20
Expand Down
4 changes: 2 additions & 2 deletions content/manuals/engine/swarm/admin_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ the `docker node rm` command. If a node becomes unreachable, unresponsive, or
compromised you can forcefully remove the node without shutting it down by
passing the `--force` flag. For instance, if `node9` becomes compromised:

```none
```console
$ docker node rm node9

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

```none
```text
Error response from daemon: rpc error: code = 4 desc = context deadline exceeded
```

Expand Down
12 changes: 6 additions & 6 deletions content/manuals/engine/swarm/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ real-world example, continue to
to the config. The container ID is different, because the
`service update` command redeploys the service.

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

cat: can't open '/my-config': No such file or directory
Expand Down Expand Up @@ -248,7 +248,7 @@ This example assumes that you have PowerShell installed.
</body>
</html>
```

2. If you have not already done so, initialize or join the swarm.

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

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

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

```none
```nginx
server {
listen 443 ssl;
server_name localhost;
Expand Down Expand Up @@ -616,7 +616,7 @@ configuration file.
1. Edit the `site.conf` file locally. Add `index.php` to the `index` line, and
save the file.

```none
```nginx
server {
listen 443 ssl;
server_name localhost;
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/engine/swarm/how-swarm-mode-works/pki.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ communications using a minimum of TLS 1.2.

The example below shows the information from a certificate from a worker node:

```none
```text
Certificate:
Data:
Version: 3 (0x2)
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/engine/swarm/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ node is responsible for resolving the tag to a digest, and different nodes may
use different versions of the image. If this happens, a warning like the
following is logged, substituting the placeholders for real information.

```none
```text
unable to pin image <IMAGE-NAME> to digest: <REASON>
```

Expand Down
2 changes: 1 addition & 1 deletion content/manuals/engine/swarm/stack-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ counter whenever you visit it.

3. Create a file called `requirements.txt` and paste these two lines in:

```none
```text
flask
redis
```
Expand Down