]> andersk Git - libyaml.git/blob - dockerfiles/README.mkd
71c13e17cb12c6b2b83efe52bad404c9fcb0b33e
[libyaml.git] / dockerfiles / README.mkd
1 # LibYAML Dockerfiles
2
3 This directory is a collection of dockerfiles that can be used when developing 
4 and testing LibYAML.
5
6 The current list is supports:
7
8 - Ubuntu 16.04
9 - Ubuntu 14.04
10
11 ## Example Usage
12
13 ```bash
14 $ docker pull ubuntu
15 $ docker build -t libyaml-ubuntu:16.04 -f dockerfiles/ubuntu-16.04 .
16 $ docker run -it libyaml-ubuntu:16.04 make test
17 ```
This page took 0.027121 seconds and 3 git commands to generate.