abaco icon indicating copy to clipboard operation
abaco copied to clipboard

image caching

Open joestubbs opened this issue 8 years ago • 2 comments

Currently, when the first worker on a given docker host is created for an actor, the actor's image is pulled from the docker hub. If the image has been updated on the hub since the actor was registered, the newer image will be pulled. This might not be desirable.

Instead, we should cache actor images in the abaco system (perhaps, a private docker registry).

joestubbs avatar Oct 05 '15 16:10 joestubbs