mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 03:48:42 +03:00
add example docker file for testing on manylinux-x64
This commit is contained in:
parent
b9b321d328
commit
d5ac4f7b95
2 changed files with 32 additions and 0 deletions
10
docker/readme.md
Normal file
10
docker/readme.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue