Ready to be used for products and projects.
See docker-os-images for the images that these ones are built on.
- node-ci : container with node.js, purposed for use in a CI environment
- php-ci : container with PHP, purposed for use in a CI environment
- php-fpm-nginx : container with nginx and php-fpm connected by fastcgi . Suitable for deployable containers in active environments (staging, production, etc)
- ruby-ci : container with ruby and bundler, purposed for CI environments
goss
is used for managing tests and running them
./goss.sh edit <image directory name> <major version>
will drop you into a shell running on the directory's image. From there you can use the goss
command to
manage your tests
./goss.sh run <image directory name> <major version>
i.e.
./goss.sh run php-ci 7.0