Develop a similar Docker image to the ephemeral environment that satisfies these requirements:
- run multiple atServers within a single docker container
- contains an API that controls the provisioning of atServers (start, reset, delete, restart, stop, etc,.)
- needs to be able to spin up a dynamic number of atSigns
- out of the box certificates (option 1): contains vip.ve.atsign.zone certs. We will need a workflow that updates Dockerhub image so that certificates are kept up-to-date
- use your own certificates (option 2): needs ability to use certs via docker volumes
- atServer and atDirectory storage is externalized so it can be swarmed
- optionally, some sort of CLI or web app doctor application that has an overview of statuses and certificates
- contains proxy server in image as well
Develop a similar Docker image to the ephemeral environment that satisfies these requirements: