Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 18-Mar-2022 | - | ||||
README.mkd | A D | 18-Mar-2022 | 355 | 18 | 12 | |
fedora-25 | A D | 18-Mar-2022 | 464 | 26 | 21 | |
ubuntu-14.04 | A D | 18-Mar-2022 | 434 | 25 | 20 | |
ubuntu-16.04 | A D | 18-Mar-2022 | 434 | 25 | 20 |
README.mkd
1# LibYAML Dockerfiles 2 3This directory is a collection of dockerfiles that can be used when developing 4and testing LibYAML. 5 6The 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``` 18