You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/drivers/virtualbox.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Options:
31
31
-`--virtualbox-import-boot2docker-vm`: The name of a Boot2Docker VM to import.
32
32
-`--virtualbox-hostonly-cidr`: The CIDR of the host only adapter.
33
33
-`--virtualbox-hostonly-nictype`: Host Only Network Adapter Type. Possible values are are '82540EM' (Intel PRO/1000), 'Am79C973' (PCnet-FAST III) and 'virtio-net' Paravirtualized network adapter.
34
-
-`--virtualbox-hostonly-nicpromisc`: Host Only Network Adapter Promiscuous Mode. Possible options are deny , allow-vms, allow-all
34
+
-`--virtualbox-hostonly-nicpromisc`: Host Only Network Adapter Promiscuous Mode. Possible options are deny , allow-vms, allow-all
35
35
-`--virtualbox-no-share`: Disable the mount of your home directory
36
36
-`--virtualbox-dns-proxy`: Proxy all DNS requests to the host (Boolean value, default to false)
37
37
@@ -75,4 +75,4 @@ Environment variables and default values:
Copy file name to clipboardExpand all lines: experimental/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Docker Machine Experimental Features
1
+
# Docker Machine Experimental Features
2
2
3
3
Docker Machine’s experimental features gives you access to bleeding edge features. By identifying experimental features, you can try out features early and give feedback to the Docker Machine maintainers. In this way, we hope to refine our feature designs by exposing them earlier to real-world usage.
4
4
@@ -11,12 +11,12 @@ please feel free to provide any feedback on these features you wish.
11
11
12
12
## Current experimental features
13
13
14
-
Currently, you can experiment with [migrating a Boot2Docker created VM to Docker Machine](b2d_migration.md). Also, consider reviewing our [rough plan for the migration](b2d_migration_tasks.md).
14
+
Currently, you can experiment with [migrating a Boot2Docker created VM to Docker Machine](b2d_migration.md). Also, consider reviewing our [rough plan for the migration](b2d_migration_tasks.md).
15
15
16
16
Additional experimental features include support for Red Hat, Debian, CentOS, Fedora, and RancherOS as base OSes. These features have no separate feature documentation. We simply encourage you to try them.
17
17
18
18
## How to comment on an experimental feature
19
19
20
20
Each feature's documentation includes a list of proposal pull requests or PRs associated with the feature. If you want to comment on or suggest a change to a feature, please add it to the existing feature PR.
21
21
22
-
Issues or problems with a feature? Inquire for help on the `#docker-machine` IRC channel or in on the [Docker Google group](https://groups.google.com/forum/#!forum/docker-user).
22
+
Issues or problems with a feature? Inquire for help on the `#docker-machine` IRC channel or in on the [Docker Google group](https://groups.google.com/forum/#!forum/docker-user).
> Note: this will stop the Boot2Docker VM in order to safely copy the virtual disk
24
22
25
23
You should see output similar to the following:
26
24
27
-
```
28
-
$> docker-machine create -d virtualbox --virtualbox-import-boot2docker-vm boot2docker-vm dev
29
-
INFO[0000] Creating VirtualBox VM...
30
-
INFO[0001] Starting VirtualBox VM...
31
-
INFO[0001] Waiting for VM to start...
32
-
INFO[0035] "dev" has been created and is now the active machine.
33
-
INFO[0035] To point your Docker client at it, run this in your shell: eval "$(docker-machine env dev)"
34
-
```
25
+
$> docker-machine create -d virtualbox --virtualbox-import-boot2docker-vm boot2docker-vm dev
26
+
INFO[0000] Creating VirtualBox VM...
27
+
INFO[0001] Starting VirtualBox VM...
28
+
INFO[0001] Waiting for VM to start...
29
+
INFO[0035] "dev" has been created and is now the active machine.
30
+
INFO[0035] To point your Docker client at it, run this in your shell: eval "$(docker-machine env dev)"
35
31
36
32
You now should have a Machine that contains all of the Docker data from the Boot2Docker VM. See the Docker Machine [usage docs](http://docs.docker.com/machine/#getting-started-with-docker-machine-using-a-local-vm) for details on working with Machine.
37
33
38
34
# Cleanup
35
+
39
36
When migrating a Boot2Docker VM to Docker Machine the Boot2Docker VM is left intact. Once you have verified that all of your Docker data (containers, images, etc) are in the new Machine, you can remove the Boot2Docker VM using `boot2docker delete`.
0 commit comments