-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Description
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.
Recreating test_web_1...
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 */
var gulp = require('gulp');
var shell = require('gulp-shell');
gulp.task('docker', shell.task([
'boot2docker up && $(boot2docker shellinit) && docker-compose up'
]));Metadata
Metadata
Assignees
Labels
No labels