8000 GitHub - cterence/pkgx-bash: A docker image based on pkgx with a "command_not_found" bash handle.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A docker image based on pkgx with a "command_not_found" bash handle.

License

Notifications You must be signed in to change notification settings

cterence/pkgx-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkgx-bash

A docker image based on pkgx with a "command_not_found" bash handle.

No need to use the pkgx prefix command to install missing packages!

Usage

With Docker:

docker run -it ghcr.io/cterence/pkgx-bash

pkgx/ $ curl google.com
# install...
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>

pkgx/ $ psql@15 --version
# install specific version...
psql (PostgreSQL) 15.2

With Kubernetes:

kubectl run pkgx-shell --image=ghcr.io/cterence/pkgx-bash:latest -it --rm

About

A docker image based on pkgx with a "command_not_found" bash handle.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 
2E96

Languages

0