Browse code

Final tweaks.

Signed-off-by: Hollie Teal <hollie@docker.com>

Hollie Teal authored on 2014/08/29 05:51:38
Showing 1 changed files
... ...
@@ -18,7 +18,7 @@ VirtualBox.
18 18
 
19 19
 Issue the command to stop the Boot2Docker VM on the command line:
20 20
 
21
-    `$ boot2docker stop`
21
+    $ boot2docker stop
22 22
 
23 23
 ## 2. Clone the VMDK image to a VDI image
24 24
 
... ...
@@ -28,7 +28,7 @@ it.
28 28
 
29 29
 Using the command line VirtualBox tools, clone the VMDK image to a VDI image:
30 30
 
31
-    `$ vboxmanage clonehd /full/path/to/boot2docker-hd.vmdk /full/path/to/<newVDIimage>.vdi -—format VDI -—variant Standard`
31
+    $ vboxmanage clonehd /full/path/to/boot2docker-hd.vmdk /full/path/to/<newVDIimage>.vdi -—format VDI -—variant Standard
32 32
 
33 33
 ## 3. Resize the VDI volume
34 34
 
... ...
@@ -36,17 +36,17 @@ Choose a size that will be appropriate for your needs. If you’re spinning up a
36 36
 lot of containers, or your containers are particularly large, larger will be 
37 37
 better:
38 38
 
39
-    `$ vboxmanage modifyhd /full/path/to/<newVDIimage>.vdi —-resize <size in MB>`
39
+    $ vboxmanage modifyhd /full/path/to/<newVDIimage>.vdi —-resize <size in MB>
40 40
 
41 41
 ## 4. Download a disk partitioning tool ISO 
42 42
 
43 43
 To resize the volume, we'll use [GParted](http://gparted.sourceforge.net/download.php/). 
44
-Once you've downloaded the tool, add the ISO to the Boot2Docker VM’s IDE bus. 
44
+Once you've downloaded the tool, add the ISO to the Boot2Docker VM IDE bus. 
45 45
 You might need to create the bus before you can add the ISO. 
46 46
 
47
-**Note:** 
48
-It's important that you choose a partitioning tool that is available as an ISO so 
49
-that the Boot2Docker VM can be booted with it.
47
+> **Note:** 
48
+> It's important that you choose a partitioning tool that is available as an ISO so 
49
+> that the Boot2Docker VM can be booted with it.
50 50
 
51 51
 <table>
52 52
 	<tr>