mirror of https://github.com/docker/docs.git
Fix formatting for bash commands
This commit is contained in:
parent
ba6bed6f33
commit
4f22171ec1
|
@ -263,7 +263,7 @@ assumes that the Docker daemon is in the `stopped` state.
|
||||||
7. Convert the volumes to a thin pool and a storage location for metadata for
|
7. Convert the volumes to a thin pool and a storage location for metadata for
|
||||||
the thin pool, using the `lvconvert` command.
|
the thin pool, using the `lvconvert` command.
|
||||||
|
|
||||||
```none
|
```bash
|
||||||
$ sudo lvconvert -y \
|
$ sudo lvconvert -y \
|
||||||
--zero n \
|
--zero n \
|
||||||
-c 512K \
|
-c 512K \
|
||||||
|
|
Loading…
Reference in New Issue