Docker service create unable to run the container with locally pulled image. following error i am getting

root@QA1:~# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE

angular_image 0.4.1905180 56d2532075e1 4 months ago 44.6MB
root@QA1:~# docker service create --replicas 3 --network bridge --name angular_service -p 443:443 dev.cogn.i:8888/sr/angular_image:0.4.2509180
image dev.cogn.i:8888/sr/angular_image:0.4.2509180 could not be accessed on a registry to record
its digest. Each node will access angular_image:0.4.2509180 independently,
possibly leading to different nodes running different
versions of the image.

y4buj6h9u8r91f9r64mo7f71s
overall progress: 0 out of 3 tasks
1/3: No such image: angular_image:0.4.2509180
2/3: No such image: angular_image:0.4.2509180
3/3: No such image: angular_image:0.4.2509180
Operation continuing in background.
Use docker service ps y4buj6h9u8r91f9r64mo7f71s to check progress.

dev.cogn.i:8888/sr/angular_image:0.4.2509180 this my private registry.