add example docker file for testing on manylinux-x64

This commit is contained in:
daanx 2024-05-19 20:42:58 -07:00
parent b9b321d328
commit d5ac4f7b95
2 changed files with 32 additions and 0 deletions

10
docker/readme.md Normal file
View file

@ -0,0 +1,10 @@
Various example docker files used for testing.
Usage:
```
> cd <host>
> docker build -t <host>-mimalloc .
> docker run -it <host>-mimalloc
>> make test
```