{"library":"docker","install":[{"cmd":"pip install docker","imports":["import docker\nclient = docker.from_env()","from docker import DockerClient\nclient = DockerClient(base_url='unix://var/run/docker.sock')","from docker import APIClient\nclient = APIClient(base_url='unix://var/run/docker.sock')","from docker import errors\ntry:\n    # ...\nexcept errors.DockerException as e:\n    # handle exception"]},{"cmd":"pip install docker[websockets]","imports":[]}]}