Abstract
This paper focuses on developing a Flutter application for controlling Docker resources remotely. The application provides a user-friendly interface for executing various Docker-related commands on the server where the Docker engine is installed. The application uses the SSH protocol to establish a secure connection with the server and execute the commands. Further, an alternative approach is also explored, which involves connecting the application with the Docker engine using HTTP. This proposed Docker controller application provides a significant advantage for managing Docker resources remotely, which is highly beneficial in DevOps fields. It provides a user-friendly interface to manage containers, making it easy to create, start, stop, restart, and remove containers. It abstracts away the complexities of working with Docker commands, allowing users to interact with containers more intuitively. It can be used to manage a number of docker engines from one place making it easy to control and monitor all the docker resources. Its performance, security, and scalability are evaluated using various testing techniques, and the results are found satisfactory. Further improvements may include enhancing the application's features, optimizing the performance, and exploring other possible approaches for establishing the connection between the application and the Docker engine.
Original language | English |
---|---|
Title of host publication | 2024 International Conference on Decision Aid Sciences and Applications (DASA) |
Publisher | Institute of Electrical and Electronics Engineers (IEEE) |
Pages | 1-6 |
Number of pages | 6 |
ISBN (Electronic) | 979-8-3503-6910-6 |
ISBN (Print) | 979-8-3503-6911-3 |
DOIs | |
Publication status | Published - 17 Jan 2025 |
Event | 2024 International Conference on Decision Aid Sciences and Applications (DASA) - Manama, Bahrain Duration: 11 Dec 2024 → 12 Dec 2024 |
Conference
Conference | 2024 International Conference on Decision Aid Sciences and Applications (DASA) |
---|---|
Country/Territory | Bahrain |
City | Manama |
Period | 11/12/24 → 12/12/24 |
Keywords
- Containers
- DevOps
- Docker
- Flutter
- HTTP
- SSH
- Virtualization