Skip to content

Commit 17cdc7c

Browse files
authored
Merge pull request #26 from me-box/fet/cm_cleanup
Code clean up
2 parents ff23b1d + 79d0776 commit 17cdc7c

File tree

6 files changed

+304
-521
lines changed

6 files changed

+304
-521
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
### Added
1010

11+
### Changed
1112

1213

14+
## [0.1.1] 2017-04-05
1315
### Changed
1416
* Moved databox container manger to node:alpine to save bandwidth. #14
1517
* 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
1621

1722
## [0.1.0] 2017-03-24
1823

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ First get the clone this repository:
2929
cd databox
3030
npm install
3131

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.
3333

3434
NB: Mount ./certs and ./slaStore as volumes if you want ssl certs and launched apps to save between restarts.
3535

0 commit comments

Comments
 (0)