Sign inSign up

jlinoff/linuxcli

By jlinoff

Updated almost 9 years ago

Simple container to execute linux commands like xz, curl and wget on non-linux systems.

Image
0

1.6K

jlinoff/linuxcli repository overview

Simple container to execute linux commands like xz, curl and wget on non-linux systems.

I wrote it to support colleagues that do not have linux hosts and need access to linux commands like xz but do not want to install the packages on their systems.

Here is how you would run it to xz compress a file in the current directory.

$ ls -1 my_big_file.dat
my_big_file.dat
$ docker run -it --rm --init -v $(pwd):/mnt/share jlinoff/linuxcli xz my_big_file.dat

Source code: https://github.com/jlinoff/docker-images/tree/master/linuxcli.

Tag summary

Content type

Image

Digest

Size

213.1 MB

Last updated

almost 9 years ago

docker pull jlinoff/linuxcli