Just GNU sed in a container...
Use like this:
$ echo "hi world" | docker run --rm -i hairyhenderson/sed 's/i/ello/'
hello world
Or with an alias:
alias sed='docker run --rm -i hairyhenderson/sed'
$ echo "hi world" | sed 's/i/ello/'
hello world
Content type
Image
Digest
sha256:70b043e8c…
Size
6.1 MB
Last updated
about 7 hours ago
docker pull hairyhenderson/sed