mimalloc/contrib/docker/readme.md
2025-01-09 23:10:12 -08:00

10 lines
158 B
Markdown

Various example docker files used for testing.
Usage:
```
> cd <host>
> docker build -t <host>-mimalloc .
> docker run -it <host>-mimalloc
>> make test
```