fish is a smart and user-friendly command line shell for macOS, Linux, and the rest of the family
3.9K
fish is a smart and user-friendly command line shell for macOS, Linux, and the rest of the family
Dockerfiles used to build these images are available on GitHub.
The default Docker command is fish, allowing for interactive shell usage:
$ docker run -it --rm andreiborisov/fish:latest
Welcome to fish, the friendly interactive shell
Type `help` for instructions on how to use fish
nemo@8cee1f8493c3 ~>
To invoke fish with flags just supply them as arguments:
$ docker run -it --rm andreiborisov/fish:3.0 --version
fish, version 3.0.2
You can also run fish commands directly (without the need to specify -c or --command fish flag):
$ docker run -it --rm andreiborisov/fish:3 fisher list
jorgebucaran/fisher
jorgebucaran/fishtape
You can use these images to run Fishtape tests on multiple fish versions. Check out fish-plugin template repo for the full example on how to do that.
There is an image for each fish version starting from 3.0.0 and also tags for each latest patch, minor and major release.
Content type
Image
Digest
Size
69.9 MB
Last updated
about 5 years ago
docker pull andreiborisov/fish