| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| Dockerfile | 27-Oct-2024 | 661 | |
| README.md | 27-Oct-2024 | 368 | |
1 2 ## Requirement 3 4 The `Dockerfile` script requires a version of `docker` >= 17.05 5 6 ## Installing docker 7 8 The official docker install docs use a ppa with a modern version available: 9 https://docs.docker.com/install/linux/docker-ce/ubuntu/ 10 11 ## How to run 12 13 `docker build -t zstd .` 14 15 ## test 16 17 ``` 18 echo foo | docker run -i --rm zstd | docker run -i --rm zstd zstdcat 19 foo 20 ``` 21