

So containers have been standardized for a while now (OCI), and even if you install “docker” it’s actually just installing containerd with docker-cli. For years kubernetes is not even supporting docker-shim anymore. So there should be no issue. What is even the problem you are running into?
I mean that’s pretty easy to build yourself. You can write a super simple web app and on get it displays a message then deletes it from database.