autogen icon indicating copy to clipboard operation
autogen copied to clipboard

Dockercommandlineexector

Open Ravikumarchavva opened this issue 5 months ago • 3 comments

What happened?

Image

I was exploring docker command line executor on my ubuntu 24 it doesn't able to connect to docker or it says file not found error. )my docker is running). but same worked on my windows laptop. can some help me with this?

my uv fiile

[project]
name = "autogen-examples"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "autogen>=0.9.6",
    "autogen-agentchat>=0.6.4",
    "autogen-core>=0.6.4",
    "autogen-ext[docker]>=0.6.4",
    "docker>=7.1.0",
    "dotenv>=0.9.9",
    "ipykernel>=6.29.5",
    "mcp>=1.11.0",
    "openai>=1.95.1",
    "pydotenv>=0.0.7",
    "sqlalchemy>=2.0.41",
    "tiktoken>=0.9.0",
]

Which packages was the bug in?

Python Extensions (autogen-ext)

AutoGen library version.

Python 0.6.4

Other library version.

No response

Model used

No response

Model provider

None

Other model provider

No response

Python version

3.12

.NET version

None

Operating system

Ubuntu

Ravikumarchavva avatar Jul 19 '25 13:07 Ravikumarchavva

Same with autogen.coding.Dockercommandlineexecutor

Ravikumarchavva avatar Jul 19 '25 14:07 Ravikumarchavva

How are you testing if Docker is running?

docker --version
docker ps

What does the above say?

Btw, is the ubuntu running on a windows WSL environment and can you verify that docker is available/running in the cli in Ubuntu?

victordibia avatar Jul 29 '25 08:07 victordibia

Hello Victor, I am running ubuntu 24 as host os no wsl. (running the code in plain ubuntu not inside docker)

Image

Ravikumarchavva avatar Aug 03 '25 05:08 Ravikumarchavva