File: README.mkd

package info (click to toggle)
libyaml 0.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 844 kB
  • sloc: ansic: 10,529; makefile: 69; sh: 36
file content (17 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (5)
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
```