move docker files

This commit is contained in:
Daan 2025-01-09 23:10:12 -08:00
parent 0be6db0e28
commit 3f91c9f937
6 changed files with 16 additions and 0 deletions

10
contrib/docker/readme.md Normal file
View 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
```