Skip to content

bug: update docker container start_container and stop_container endpoint paths#11

Open
selimerunkut wants to merge 1 commit intohummingbot:mainfrom
selimerunkut:issue/fix_docker_start_stop_commands
Open

bug: update docker container start_container and stop_container endpoint paths#11
selimerunkut wants to merge 1 commit intohummingbot:mainfrom
selimerunkut:issue/fix_docker_start_stop_commands

Conversation

@selimerunkut
Copy link
Copy Markdown

fixed wrong endpoint paths:

    async def start_container(self, container_name: str) -> Dict[str, Any]:
        """Start a stopped container."""
        return await self._post(f"/docker/start-container/{container_name}")
    
    async def stop_container(self, container_name: str) -> Dict[str, Any]:
        """Stop a running container."""
        return await self._post(f"/docker/stop-container/{container_name}")
    

@selimerunkut
Copy link
Copy Markdown
Author

review @claude @cardosofede

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant