Separation of management terminal and agent terminal #873
                  
                    
                      death4444
                    
                  
                
                  started this conversation in
                Feature Request
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Feature Request Type
Other
🔖 Feature description
I have noticed that the memory usage of this project is higher than that of typical Docker applications, with the running memory usage exceeding 250MB

This is difficult to run on some ARM devices, especially router-type devices. Generally, routers have only 512MB of hardware memory, which is considered a large memory device.

✔️ Solution
So I suggest separating the management terminal and the agent terminal. This way, the agent terminal of this project can be deployed on small-memory devices, while the management terminal can be deployed on large-memory devices, such as NAS.
Thus, a management terminal is achieved to uniformly manage Docker projects of all host devices

❓ Alternatives
No response
📝 Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions