Minimalist Alpine container to run Optimus Cache Prime (https://patrickmn.com/projects/ocp/)
To warn you website cache using public sitemap adress
docker run --rm occitech/ocp -c 10 http://website.com/sitemap.xml
Or using a local file
docker run --rm occitech/ocp -c 10 /var/www/html/sitemap.xml
More documentation on https://patrickmn.com/projects/ocp/