NGINX Update Server¶
Purpose¶
Linux does a good job of managing which update should be installed. However, the commands needed to run the updates need to be automated and having to make sure all of your Linux servers are updating correctly can be annoying. This can be helped by having a webserver running that solely displays the various scripts that your servers need. This will allow you to just download the script when you need it, run the script on a client server, and then let the script be deleted so you can download the most recent version.
Docker¶
If you haven't already, click the link above to learn how to set up Docker. Docker makes this service easier to setup and this guide will rely on it