mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-03 22:19:32 +03:00
10 lines
158 B
Markdown
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
|
|
```
|