amazon web services - How do I register logging driver for docker? -


i'm trying use amazon cloudwatch logs logging driver described in this doc.

but following error when launch container

error response daemon: cannot start container 1769b857d0ed51cf30b1c160485c9eb05f68ab07a84eaf861893d9d55e6139c4:  failed initialize logging driver:  failed logging factory: logger: no log driver named 'awslogs' registered 

how register driver docker ? shall modify docker's systemd script or ?

i posted bug on docker's github , got reply awslogs not added until 1.9.0.

and according this issue aws cloudwatch support seems broken in latest version of docker.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -