I am new to Docker. We have a need to deploy a web site+database+redis on client’s machines so they can run our system OnPrem.
Is there a way to create a single image that our clients can run that would have all three images in one? We are looking for the easiest deploy for our customers.
In our case NGINX,SQL Server/Redis (linux cores)
Or, do we need to give them 3 images that they run?