summaryrefslogtreecommitdiff
path: root/docker/README.mkd
blob: 71c13e17cb12c6b2b83efe52bad404c9fcb0b33e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
```