/
githubmirror
/
libyaml
Обзор
Документация
Войти
/
githubmirror
/
libyaml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docker/README.mkd
17 строк
355 B
Ingy döt Net
Docker test file changes (added alpine testing)
08 янв 2018, 11:21
08 янв 2018, 11:21
a9a9b27
Код
Авторство
О чём код?
# 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 ```