Simple container to execute linux commands like xz, curl and wget on non-linux systems.
1.6K
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.
Content type
Image
Digest
Size
213.1 MB
Last updated
almost 9 years ago
docker pull jlinoff/linuxcli