I am using https://hub.docker.com/r/jarkt/docker-remote-api/ to get Docker stats remotely using CURL as follows:
curl http://<IP>:<PORT>/containers/<container_name>/stats .
Looking for a similar one for getting GPU stats for a specific docker container.