libyaml/docker/README.mkd
Ingy döt Net a9a9b271fe Docker test file changes (added alpine testing)
Also reworked all the dockerfiles to be cleaner and consistent:

* Fixed some indentation
* Removed vim dependencies
* Collapsed RUN steps for less build layers
* Renamed dockerfiles/ to shorter and more adaptable docker/
2018-01-08 00:21:04 -08:00

355 B

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

$ docker pull ubuntu
$ docker build -t libyaml-ubuntu:16.04 -f dockerfiles/ubuntu-16.04 .
$ docker run -it libyaml-ubuntu:16.04 make test