Skip to content

Commit

Permalink
Added migration instructions from boot2docker
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Jan 7, 2016
1 parent bbf43e4 commit 9c1497d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ docker-machine rm default
docker-machine create --driver virtualbox --virtualbox-cpu-count 2 --virtualbox-memory 4096 default
```

### Migrating from boot2docker

If you already have a boot2docker vm that you want to use with the new
docker-toolbox, you can migrate it with this command:

```bash
docker-machine create -d virtualbox --virtualbox-import-boot2docker-vm boot2docker-vm default
```

### Building the docker image

In order to build the docker image open a terminal, `cd` into the
Expand Down

0 comments on commit 9c1497d

Please sign in to comment.