Guillaume Tardif

Results 19 comments of Guillaume Tardif

@thaJeztah I could not reproduce this, did you actually Ctrl-C in a terminal or was it sending a kill signal to the `docker scan` invocation ? I think sending a...

Actually I can reproduce (only on linux, behaviour is different on mac/win).

Yes it's in our plans, a Volume API for ACI contexts should arrive soon here

cc @ulyssessouza

Using the wait option in helm API works on Desktop kube cluster, but gets blocked on kind cluster, waiting for service external IP to be defined (stays pending in kind...

Actually it's not just improving display, currently the start command returns before the container has actually restarted, doing several `ps --all` after starting a container, we can see the following...

Hmmm. We do forward signals, but I suppose with kill the parent process is killed before it can forward the signal here. Need to investigate more on this.

@justincormack your views on changing the `ps` output depending on context ? Ideally, we would need ACI to return the command that was used when starting the container. (not available...

Specifically regarding Azure, the SDK sends us a "command" field with container info, but this is only populated when the user has overridden the command when deploying the container. Maybe...