{"id":49963,"library":"docker-docker","title":"Docker Engine","description":"Package docker provides the Docker Engine API for managing containers, images, and more.","status":"active","version":"28.5.2+incompatible","language":"go","source_language":null,"source_url":"https://github.com/docker/docker","tags":["docker","containers","api","client"],"install":[{"cmd":"go get github.com/docker/docker","lang":"bash","label":"Install github.com/docker/docker"}],"dependencies":[],"imports":[{"symbol":"docker","correct":"github.com/docker/docker"}],"quickstart":{"code":"import \"github.com/docker/docker/client\"\n\nfunc main() {\n    cli, err := client.NewClientWithOpts(client.FromEnv)\n    if err != nil {\n        panic(err)\n    }\n    fmt.Println(cli)\n}","lang":"go","description":"Creates a Docker client using environment variables."},"warnings":[{"fix":"Use a compatible version or update import path to include /v2 if needed.","message":"Version 28.5.2+incompatible indicates a major version mismatch; the module path does not include a /v2 suffix.","severity":"breaking","affected_versions":">=28.0.0"}],"env_vars":null,"search_vec":"'api':9,18 'client':19 'contain':12,17 'docker':1,4,7,16 'engin':2,8 'imag':13 'manag':11 'packag':3 'provid':5","created_at":"2026-06-15T04:35:02.018246+00:00","updated_at":"2026-06-15T04:35:02.018246+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/docker/docker","github":"https://github.com/docker/docker","docs":"https://pkg.go.dev/github.com/docker/docker#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cloud","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}