File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
9
9
### Added
10
10
11
+ ### Changed
11
12
12
13
14
+ ## [ 0.1.1] 2017-04-05
13
15
### Changed
14
16
* Moved databox container manger to node:alpine to save bandwidth. #14
15
17
* Removed the need to run update updateLocalRegistry.sh #13
18
+ * code cleanup in container-manager.js
19
+ * Update to local registry Env Vars
20
+ * reduced size of databox-export service
16
21
17
22
## [ 0.1.0] 2017-03-24
18
23
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ First get the clone this repository:
29
29
cd databox
30
30
npm install
31
31
32
- Then launch in dev mode by executing ` sudo ./platformDevMode.sh` . A new container will be launched, and additional instructions will be presented.
32
+ Then launch in dev mode by executing ` ./platformDevMode.sh ` . A new container will be launched, and additional instructions will be presented.
33
33
34
34
NB: Mount ./certs and ./slaStore as volumes if you want ssl certs and launched apps to save between restarts.
35
35
You can’t perform that action at this time.
0 commit comments