uicpharm / docker-host

Script and configuration for standing up a Docker host
0 stars 0 forks source link

Separate install steps #1

Closed joshuacurtiss closed 1 year ago

joshuacurtiss commented 1 year ago

The primary enhancement in this PR separates the steps of installation into multiple shell scripts to make the installation script more readable, and update the infrastructure to utilize Docker Swarm so that a cluster is possible. Even if a cluster isn't used, it can function as a single-node cluster that will be ready to be expanded.

Additionally:

So, in general, this tooling helps set up your server to be fully ready to host Docker for a web application environment, since it will include:

All of this, in a project set up with testing and linting to ensure clean shell scripts and configurations.