Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit 4e2e1cb

Browse files
committed
Bumping version to v0.12.1
1 parent 519add5 commit 4e2e1cb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.12.1 (2015-06-06)
4+
5+
- Minor fixes in the setup.sh script for Mac
6+
37
## 0.12.0 (2015-05-07)
48

59
- Use our own vagrant box - [blinkreaction/boot2docker](https://vagrantcloud.com/blinkreaction/boxes/boot2docker)

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ The stock boot2docker currently mounts host volumes via the default VirtualBox G
1515
## Setup and usage
1616

1717
### Automatic installation (Mac only)
18-
This installs the following prerequisites and dependencies: brew, cask, virtualbox, vagrant, docker, docker-compose
18+
19+
The following tools will be installed: brew, cask, virtualbox, vagrant, docker, docker-compose.
20+
In case you already have some of these installed (virtualbox, vagrant), it may be best (though not required) to either follow the manual install process or uninstall them before proceeding.
21+
22+
Run the following command within your `<Projects>` (shared boo2docker VM for multiple projects, recommended) or `<Project>` (dedicated boot2docker VM) directory:
1923

2024
curl -s https://raw.githubusercontent.com/blinkreaction/boot2docker-vagrant/master/setup.sh | bash
2125

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0
1+
0.12.1

0 commit comments

Comments
 (0)