{"id":51885,"library":"docker-go","title":"Docker Go Client","description":"A Go client library for interacting with the Docker Engine API.","status":"active","version":"1.5.1-1","language":"go","source_language":null,"source_url":"https://github.com/docker/go","tags":["docker","container","api","client"],"install":[{"cmd":"go get github.com/docker/go","lang":"bash","label":"Install github.com/docker/go"}],"dependencies":[],"imports":[{"symbol":"docker","correct":"github.com/docker/go"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/docker/go\"\n)\n\nfunc main() {\n\tclient, err := docker.NewClient(\"unix:///var/run/docker.sock\")\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tfmt.Println(client)\n}","lang":"go","description":"Creates a Docker client connected to the local socket."},"warnings":[],"env_vars":null,"search_vec":"'api':14,17 'client':3,6,18 'contain':16 'docker':1,12,15 'engin':13 'go':2,5 'interact':9 'librari':7","created_at":"2026-06-15T06:33:41.079308+00:00","updated_at":"2026-06-15T06:33:41.079308+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/go","github":"https://github.com/docker/go","docs":"https://pkg.go.dev/github.com/docker/go#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}}