add example docker file for testing on manylinux-x64
This commit is contained in:
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
|
||||
```
|
||||
Reference in New Issue
Block a user