Docker 1.12.0-rc3-beta18: Logging doesn't work when using docker-compose up

Expected behaviour

$ docker-compose up should display logs.

Actual behaviour

No logs are shown.

$ docker-compose up
Starting supply_db_1
Recreating supply_web_1
Attaching to supply_db_1, supply_web_1
db_1   | jack is incompatible with use of CloseNotifier in same ServeHTTP call
web_1  | jack is incompatible with use of CloseNotifier in same ServeHTTP call

Information

Diagnostic ID: E9DA6B11-70D6-4D4C-8A67-7DE802F98C13

Docker for Mac: version: mac-v1.12.0-beta18
OS X: version 10.11.1 (build: 15B42)
logs: /tmp/20160705-143637.tar.gz
[OK] docker-cli
[OK] app
[OK] menubar
[OK] virtualization
[OK] system
[OK] osxfs
[OK] db
[OK] slirp
[OK] moby-console
[OK] logs
[OK] vmnetd
[OK] env
[OK] moby
[OK] driver.amd64-linux

Steps to reproduce the behavior

  1. Update to latest beta build for Mac (Docker 1.12.0-rc3-beta18)
  2. Run docker-compose build
  3. Run docker-compose up
2 Likes

Related issue - Beta 18 instability