Files
dl/third/mimalloc/contrib/docker/readme.md
T
2026-09-16 14:07:40 +08:00

11 lines
158 B
Markdown
Vendored

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