Files
yuzu/externals/vcpkg/buildtrees/zstd/src/1bad49c488-f6c9bed69a.clean/contrib/docker/README.md

21 lines
368 B
Markdown
Raw Normal View History

2022-11-05 15:35:56 +01:00
## Requirement
The `Dockerfile` script requires a version of `docker` >= 17.05
## Installing docker
The official docker install docs use a ppa with a modern version available:
https://docs.docker.com/install/linux/docker-ce/ubuntu/
## How to run
`docker build -t zstd .`
## test
```
echo foo | docker run -i --rm zstd | docker run -i --rm zstd zstdcat
foo
```