Dashboard for Beats in containers docker

I am running a ELK using containers docker (elasticsearch 2.2.0, logstash 2.2.2, kibana 4.4.1) and I can not upload dashboard for Beats, I'm following the directions of this project GitHub - elastic/beats-dashboards: DEPRECATED. Moved to https://github.com/elastic/beats. Please use the new repository to add new issues. and what happens to me is that it starts loading and when it reaches :

.......
Loading visualization Cache-transactions:
{"_index":".kibana","_type":"visualization","_id":"Cache-transactions","_version":3,"_shards":{"total":2,"successful":1,"failed":0},"created":false}
Loading visualization Client-locations:
{"_index":".kibana","_type":"visualization","_id":"Client-locations","_version":3,"_shards":{"total":2,"successful":1,"failed":0},"created":false}
Loading visualization CPU-usage:

not out of there and becomes an infinite wait.
Any idea what could be the problem ..
Regards

It say "created" false. Could it be that it conflicts with some other dashboards? Do you have access to the elasticsearch logs? Perhaps there some more details pop up?