Sign inSign up

andreiborisov/fish

By andreiborisov

Updated about 4 years ago

fish is a smart and user-friendly command line shell for macOS, Linux, and the rest of the family

Image
1

3.9K

andreiborisov/fish repository overview

fish

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.

Usage

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
Testing fish packages

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.

Supported fish versions

There is an image for each fish version starting from 3.0.0 and also tags for each latest patch, minor and major release.

What’s included?

Tag summary

Content type

Image

Digest

Size

69.9 MB

Last updated

about 5 years ago

docker pull andreiborisov/fish