Julien Garcia Gonzalez
Julien Garcia Gonzalez
Hello, i'm trying to use a adb container to connect to my genymotion emulator. Have you tried to do something like this? Julien
Signed-off-by: Julien Garcia Gonzalez fixes #110
```bash clairctl --log-level debug pull registry.mydomain.net/core/custom-nginx:latest DEBU[0000] Using config file: /home/core/clairctl.yml DEBU[0000] Downloading manifest for registry.mydomain.net/core/custom-nginx:latest DEBU[0000] Retrieving repository client DEBU[0000] hostDir: /etc/docker/certs.d/registry.mydomain.net DEBU[0000] registry.LookupPullEndpoints error: open /etc/docker/certs.d/registry.mydomain.net: permission denied...
regarding #53
Currently, the `pull ` command is not Relevant. I proposed to discard it and maybe add a ` check` command to validate docker and Clair connection, but not sure
From @pireslaert in https://github.com/wemanity-belgium/hyperclair/issues/92 Hi, Im trying to get clair/hyperclair working for my docker trusted registry with ssl enabled. I can login and pull images via hyperclair to the registry,...
In linux, `~/.config` is more a default than `~` to store app-data. This pull request propose `~/.config/aur` as default
This commit allow to use environment variable during the Docker ENTRYPOINT call
hello, is there a way via engine-api to retrieve the image manifest only instead of pulling full image? maybe it will be part of the server part of the lib,...