Right now the entire process to deploy a node is manual.
- locally install docker
- locally clone docker-compose
- locally update configurations
- locally deploy using docker compose
this requires (physical) remote access, cannot be automated very well and most importantly people are not fans of the managing configuration files.
One solution to look at is using Docker Remote Access
- locally install docker and docker remote-access
- through the GUI complete a form configurations
- using Docker Remote Access, deploy the container(s) on remote node(s)
CC: @mdavidson58
CC: @Pranav793
Right now the entire process to deploy a node is manual.
this requires (physical) remote access, cannot be automated very well and most importantly people are not fans of the managing configuration files.
One solution to look at is using Docker Remote Access
CC: @mdavidson58
CC: @Pranav793