commando
commando copied to clipboard
:whale: Container registry which provides you all the commands you need in a lightweight Alpine image. DevOps and SysOps best friend. https://command-not-found.com
I tried to set up a little tool-container with tools from cmd.cat to not having to install them on my host machine. But since I want to install and update...
I am trying to use the command `po4a-gettextize` which has no hard dependency on [`perl-yaml-tiny`](https://pkgs.alpinelinux.org/package/edge/main/x86/perl-yaml-tiny), but I do need that dependency for my use case. I have found no way...
fix #8 Install.sh will try to search a package after command-not-found.com returns empty. sample: docker pull 192.168.1.200:5050/curl/stress-ng/iproute2:latest
Hello, stumbled upon this great project because I needed https://developers.google.com/speed/webp/docs/webpinfo . I found it via https://command-not-found.com/webpinfo which I understand is a related project if Commando. And I think this issue...
e.g.: ``` docker run -it cmd.cat/httpie Unable to find image 'cmd.cat/httpie:latest' locally /nix/store/zbppgrbn7lsz51dkswmh1gdfrv52rjk9-docker-19.03.8/libexec/docker/docker: Error response from daemon: error parsing HTTP 400 response body: invalid character 'c' looking for beginning of...
Newly generated images are always (implicitly) based on `:latest` - the `FROM` base image specifies just `alpine`. It would be complementary (well, _quite neat_) if we could use the tag...
`root@OpenWrt ~# docker run -it cmd.cat/chsh chsh` `docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"chsh\": executable file not found in $PATH": unknown.`...
Hi, I got here from command-not-found.com and I'm wondering where you get the information you serve on command-not-found.com? Specifically, I'm interested in the installation instructions, not the usage help. Is...
can you plase add multiarch support / multi_arch_container?
Tried to deploy and use commando local instance according to dockermasters devops path. It failed. Part of the log with response, fixed only line endings ``` docker: Error response from...