Łukasz Lach

Results 12 comments of Łukasz Lach

I think docs should be updated on this. As I assume from this one's date - https://github.com/docker/cli/issues/1534 - the client plugins feature is available from 19.03. And require client experimental...

That would be docker-cli 19.03 with experimental features enabled. https://github.com/docker/cli/commit/f1f31abbe5c69e258095118f3e8060b82b445d09

This is a valid issue, I'd test how to extend the "sh" plugin to support Windows shells as well.

This is the same issue as #6, the reason is the same.

The container has to be `interactive`, so `-it` has to be used when running `docker run`, same for docker-compose. The default command is always shell, so no need to change...

I will have a look at the indexer report for this command.

I have not released that publicly, however underneath the command-not-found.com indexer are common commands you use every day to maintain packages on the chosen Linux distribution. The indexer runs more...

Commando uses the one and only API HTTP endpoint exposed by command-not-found.com (https://github.com/lukaszlach/commando/blob/master/builder/alpine/install.sh#L6) to fetch the package name for Alpine.

Can I ask you to confirm that the #5 just merged resolves this issue? The updated Docker image has also been released on Docker Hub.

This is a valid issue, I will handle it :)