2.4 KiB
2.4 KiB
pluie/libyaml
- index
- pluie/alpine ( ~ 9 MB ) Alpine/3.5
- pluie/alpine-apache ( ~ 50 MB ) Apache/2.4.25 Php/5.6.30
- pluie/alpine-apache-fpm ( ~ 51 MB ) Apache/2.4.25 Php/5.6.30 Fpm
- pluie/alpine-symfony ( ~ 83 MB ) Symfony2.8 or 3.2
- pluie/alpine-apache-php7 ( ~ 45 MB ) Apache/2.4.25 Php/7.0.16
- pluie/alpine-symfony-php7 ( ~ 77 MB ) Symfony2.8 or 3.2 Php/7.0.16
- pluie/alpine-mysql ( ~181 MB ) Mysql/5.6 ( MariaDB )
- pluie/libecho ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2
- pluie/libyaml ( ~299 MB ) Vala 0.34.2 pluie-yaml-0.4
- docker tips
demo image demonstrating pluie-yaml, a shared vala library managing yaml files (v 1.2) and yaml nodes in vala language. As json is now a valid subset of yaml, you can use this lib to load json files too
you can run a container with :
docker run --rm -it pluie/libyaml
then execute any samples :
./yaml-loader ./json-loader ./yaml-config ./yaml-traversing ./yaml-finder ./yaml-imports ./yaml-node
repository
https://github.com/pluie-org/lib-yaml
samples
./yaml-config source code
./yaml-config output