docker images -q library/consul:0.7.0 returns empty result (as library is omitted in local repository), what results in re-running docker pull all the time
[info] docker images -q library/consul:0.7.0
[info] docker pull library/consul:0.7.0
0.7.0: Pulling from library/consul
Digest: sha256:ec93240d7f4e298094c0a301ab8d25e8f48e049602deb7f6e8de695c3d6bf4cb
Status: Image is up to date for consul:0.7.0
docker images -q library/consul:0.7.0
returns empty result (as library is omitted in local repository), what results in re-running docker pull all the time