docker-archive / dockercloud-agent

Agent to manage docker in nodes controlled by Docker Cloud
https://cloud.docker.com/
Apache License 2.0
34 stars 21 forks source link

Journald logging driver not working expectedly #47

Open Dean-Christian-Armada opened 6 years ago

Dean-Christian-Armada commented 6 years ago

I tried using journald in Docker Cloud Agent via editing the DockerOpts but when I tried docker logs --tail=100 -f <container_id> it returned Error response from daemon: configured logging reader does not support reading. I expected it to be readable via docker logs.

Is there any workaround to this?

PS I am using journald as every redeploy of my containers truncates the logs