mirror of https://github.com/docker/docs.git
minor grammatical fixes (#5568)
This commit is contained in:
parent
7d4cd112a4
commit
3fc2a1f341
|
@ -85,7 +85,7 @@ docker-for-desktop Ready master 3h v1.8.2
|
|||
## Example app
|
||||
|
||||
Docker has created the following demo app that you can deploy to swarm mode or
|
||||
to to Kubernetes using the `docker stack deploy` command.
|
||||
to Kubernetes using the `docker stack deploy` command.
|
||||
|
||||
```yaml
|
||||
version: '3.3'
|
||||
|
|
|
@ -774,7 +774,7 @@ use `loop-lvm`, the blocks may not be freed. This is another reason not to use
|
|||
- **`allocate-on demand` performance impact**:
|
||||
|
||||
The `devicemapper` storage driver uses an `allocate-on-demand` operation to
|
||||
allocate new blocks from the thin pool into to a container's writable layer.
|
||||
allocate new blocks from the thin pool into a container's writable layer.
|
||||
Each block is 64KB, so this is the minimum amount of space that will be used
|
||||
for a write.
|
||||
|
||||
|
|
Loading…
Reference in New Issue