浏览代码

Final tweaks.

Signed-off-by: Hollie Teal <hollie@docker.com>
Hollie Teal 11 年之前
父节点
当前提交
0f8d461ed7
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      docs/sources/articles/b2d_volume_resize.md

+ 7 - 7
docs/sources/articles/b2d_volume_resize.md

@@ -18,7 +18,7 @@ VirtualBox.
 
 
 Issue the command to stop the Boot2Docker VM on the command line:
 Issue the command to stop the Boot2Docker VM on the command line:
 
 
-    `$ boot2docker stop`
+    $ boot2docker stop
 
 
 ## 2. Clone the VMDK image to a VDI image
 ## 2. Clone the VMDK image to a VDI image
 
 
@@ -28,7 +28,7 @@ it.
 
 
 Using the command line VirtualBox tools, clone the VMDK image to a VDI image:
 Using the command line VirtualBox tools, clone the VMDK image to a VDI image:
 
 
-    `$ vboxmanage clonehd /full/path/to/boot2docker-hd.vmdk /full/path/to/<newVDIimage>.vdi -—format VDI -—variant Standard`
+    $ vboxmanage clonehd /full/path/to/boot2docker-hd.vmdk /full/path/to/<newVDIimage>.vdi -—format VDI -—variant Standard
 
 
 ## 3. Resize the VDI volume
 ## 3. Resize the VDI volume
 
 
@@ -36,17 +36,17 @@ Choose a size that will be appropriate for your needs. If you’re spinning up a
 lot of containers, or your containers are particularly large, larger will be 
 lot of containers, or your containers are particularly large, larger will be 
 better:
 better:
 
 
-    `$ vboxmanage modifyhd /full/path/to/<newVDIimage>.vdi —-resize <size in MB>`
+    $ vboxmanage modifyhd /full/path/to/<newVDIimage>.vdi —-resize <size in MB>
 
 
 ## 4. Download a disk partitioning tool ISO 
 ## 4. Download a disk partitioning tool ISO 
 
 
 To resize the volume, we'll use [GParted](http://gparted.sourceforge.net/download.php/). 
 To resize the volume, we'll use [GParted](http://gparted.sourceforge.net/download.php/). 
-Once you've downloaded the tool, add the ISO to the Boot2Docker VM’s IDE bus. 
+Once you've downloaded the tool, add the ISO to the Boot2Docker VM IDE bus. 
 You might need to create the bus before you can add the ISO. 
 You might need to create the bus before you can add the ISO. 
 
 
-**Note:** 
-It's important that you choose a partitioning tool that is available as an ISO so 
-that the Boot2Docker VM can be booted with it.
+> **Note:** 
+> It's important that you choose a partitioning tool that is available as an ISO so 
+> that the Boot2Docker VM can be booted with it.
 
 
 <table>
 <table>
 	<tr>
 	<tr>