-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot see container logs #2379
Comments
This error comes from the daemon when you are using a different logging driver (that I guess doesn't support api reading). What logging driver are you using? Can you include your docker-compose.yml ? |
docker-compose.yml:
How can I know my logging driver? |
Ok, it looks like there is no custom driver there, but the daemon can be started with the I think it might also be in the |
You were right, with last updates from Fedora, Docker gets started with |
Description of problem:
No way to read container logs.
docker version
:docker-compose version
:docker info
:uname -a
:Linux hpjairo.stage7.com 4.2.5-300.fc23.x86_64 #1 SMP Tue Oct 27 04:29:56 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Environment details (AWS, VirtualBox, physical, etc.):
Physical, Fedora 22.
Steps to Reproduce:
docker-compose up
Actual Results:
Expected Results:
Being able to read logs.
Additional info:
Used to work with docker-compose 1.4.0.
The text was updated successfully, but these errors were encountered: