Sign inSign up

hairyhenderson/sed

By hairyhenderson

•Updated 5 days ago

GNU sed in a container!

Image
1

100K+

hairyhenderson/sed repository overview

⁠hairyhenderson/sed

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

Tag summary

Content type

Image

Digest

sha256:70b043e8c…

Size

6.1 MB

Last updated

5 days ago

docker pull hairyhenderson/sed