environment:
boot2docker v1.5.0
docker v1.5.0
docker-compose 1.1.0
fig up didn't show container logs when running, the only output is.
but when I stop the process, the whole logs will all come up at same time.
Recreating test_web_1...
Stopping test_web_1...
Attaching to test_web_1
Aborting.
web_1 | 4 Mar 19:21:06 - [nodemon] v1.3.7
web_1 | 4 Mar 19:21:06 - [nodemon] to restart at any time, enter `rs`
web_1 | 4 Mar 19:21:06 - [nodemon] watching: *.*
web_1 | 4 Mar 19:21:06 - [nodemon] starting `node ./bin/www`
Gracefully stopping... (press Ctrl+C again to force)
Also encountering the same issue when running with gulp.
/* gulpfile */vargulp=require('gulp');varshell=require('gulp-shell');gulp.task('docker',shell.task(['boot2docker up && $(boot2docker shellinit) && docker-compose up']));
environment:
boot2docker v1.5.0
docker v1.5.0
docker-compose 1.1.0
fig updidn't show container logs when running, the only output is.but when I stop the process, the whole logs will all come up at same time.
Also encountering the same issue when running with gulp.