Dear Friends,
I am facing some problem when I am creating docker service for httpd service.
command ### docker service create --replicas 5 -p 80:80 --name webserver httpd
running one container with apache service after it create its image with the name “httpd”.
When I am running above command .
it is not working .
Error: Rejected less than a second ago "No such image: e3ce6dbe50bc:l…"
Current Status: Rejected less than a second ago
When I am using default image like apache or nginx it is working. Why it is not working when I am using my own image .
If i want to do some live changes on services like : install package or update application
how i can do that.
Please help me.
Thanks
JItendra Jha