Revision df5c05e12080c6f710da54b6e3348288f3506d46 authored by Tina Müller on 18 July 2018, 21:36:05 UTC, committed by Tina Müller on 18 July 2018, 21:36:58 UTC
Thanks to @tlsa for spotting this
1 parent f033001
README.mkd
# LibYAML Dockerfiles
This directory is a collection of dockerfiles that can be used when developing
and testing LibYAML.
The current list is supports:
- Ubuntu 16.04
- Ubuntu 14.04
## Example Usage
```bash
$ docker pull ubuntu
$ docker build -t libyaml-ubuntu:16.04 -f dockerfiles/ubuntu-16.04 .
$ docker run -it libyaml-ubuntu:16.04 make test
```

Computing file changes ...