Daniel, Dao Quang Minh

Results 22 comments of Daniel, Dao Quang Minh

Running `coverage run -mattest` gives me this error: `no such option -m`. My `attest` version is 0.5.2.

ping @opencontainers/runc-maintainers

ping @opencontainers/runc-maintainers again

@kolyshkin thanks, rebase is done. I had to add `# shellcheck disable=SC2030` for the integration test.

@kolyshkin updated the nits, also added a fix to check for ENOTSUP when kernel compiled with PSI_DEFAULT_DISABLED, so reading *.pressure file return ENOTSUP as seen in https://cirrus-ci.com/task/4929935776153600

Any progress on this ? @thaJeztah > The permissions seem to change after running mdev -s > What's odd is that even the older bash style init script called mdev...

@SvenDowideit ah, my use case is that the `docker exec` process is killed from outside of the container, not the process started by `docker exec` inside the container. For example,...

> ah, good to know more info :) Yes, i should have included the process tree from the start as it's much easier to know what's going on. Should not...

@vishh do you think adding support for `POST /exec/:name/stop` (and maybe `POST /exec/:name/kill`) make senses here ( similar to `POST /containers/:name/stop` and `POST /containers/:name/kill` ) ? That would actually solve...