When I use ZSH with a custom theme or with starship in a container, sometimes completion is broken: I type some characters (let’s say ts) then TAB for autocompletion and I’ll get the characters I typed and then the completion (in my example, tstsc for tsc). This doesn …
Podman is an alternative to Docker and Docker compose. It uses the same CLI interface than Docker and uses the same standardized image format. So you can use an image built with Docker with it or build an image and then use it with Docker. Its podman-compose command is compatible …