- Implement DockerHandler to handle API requests for listing Docker containers. - Create DockerService to interact with Docker API and retrieve container information. - Add routes for Docker container management in the API. - Introduce frontend API integration for Docker container listing. - Enhance ProxyHostForm to allow quick selection of Docker containers. - Update Docker-related tests to ensure functionality and error handling. - Modify Docker Compose files to enable Docker socket access for local and remote environments. - Add TypeScript configurations for improved build processes.
5 lines
103 B
JSON
5 lines
103 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["src/**/*.test.ts", "src/**/*.test.tsx", "src/test"]
|
|
}
|