Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 2.47 KB

README.md

File metadata and controls

81 lines (59 loc) · 2.47 KB

docker-fish

docker-pull ci-status docker-size sponsors

Docker images for the Fish shell projects to test in control environment

Usage

By default the image run fish shell:

docker run --interactive --tty --rm purefish/docker-fish

You can pass commands by quoting them:

docker run --interactive --tty --rm purefish/docker-fish 'fisher list'
jorgebucaran/fisher
jorgebucaran/fishtape

Versions

We provide the following versions of Fish, thanks to Alpine package. Simplify specify the fish version as the tag image:

docker run --interactive --tty --rm purefish/docker-fish:3.5.1
Fish Alpine
3.0.2 3.11
3.1.2 3.13
3.2.2 3.14
3.3.1 3.15
3.4.1 3.16
3.5.1 3.17
3.6.1 3.18
3.6.3 3.19
3.7.0 edge, latest

Installed Packages

How to Develop

Thanks

  • @andreiborisov who work on the first version of docker-fish.
  • @PureTryOut who maintain the alpine packages.

License

MIT