Akihiro Suda

Results 1898 comments of Akihiro Suda

> Should we focus on the **Li**nux on **Ma**c concept? Not sure. At least we should make sure to avoid causing trademark issues.

I noticed now CNCF hosts a project called "Keylime": https://www.cncf.io/projects/keylime/ ![keylime](https://keylime.dev/assets/images/keylime.png) We have to make sure our logo doesn't look like Keylime...

> Maybe a lime green lima bean? Green lima bean is fine, but it should be SVG, and should be an original image to avoid confusion (and to avoid potential...

We added an initial logo in #721 (Thanks @jandubois) ![logo](https://raw.githubusercontent.com/lima-vm/lima/aacbc0ec4f3669499f8600954359e8fece959012/docs/images/lima-logo-01.svg) This logo might be too much simple, but we can improve it incrementally

Commit https://github.com/kubernetes/kubernetes/commit/442574f3a7321ff0f34dec9bae67f28651dbabd2 isn't included in alpha.3, I guess we have to wait for the next alpha

Thanks, but please sign the commit for DCO https://github.com/apps/dco (run `git commit -a -s --amend`, and make sure that the `Signed-off-by: NAME ` line with your real name is included...

@junnplus Feel free to open a new PR to carry this (if you would like to)

Seccomp was implemented in #12, AppArmor was implemented in 3e9a754ea082a5fc8fee8c91b265231348f6e03b . We also need to support SELinux (`--security-opt label`)

Maybe too strange, but I guess we can execute `sh -euc "sleep 3 && nerdctl rm -f " &` in the postStop hook. Or set a systemd timer when systemd...

Can we rather just extend the restart monitor to support removal? https://github.com/containerd/containerd/tree/main/runtime/restart Not "restart" though