Testing Ansible roles and playbooks with Molecule
How to test Ansible roles and playbooks with Molecule? Learn how Ansible Molecule works and discover the multiple layers of Ansible tests.…
How to test Ansible roles and playbooks with Molecule? Learn how Ansible Molecule works and discover the multiple layers of Ansible tests.…
Unit testing Docker images with Google Container Structure Tests When engineering a new Docker image, it can be difficult to ensure the Dockerfile instructions are accurate and working as we intended. Instead of discovering errors/…
Migrating Wordpress to Ghost using Docker Note: This post has been written for WordPress v. 4.3.9 and Ghost v. 0.11.7 For the last year, my blog was hosted in a WordPress…
Testing Spring MVC form validations using a tool for MockMvcRequestBuilder Spring MVC Test Framework is great to test controllers without even running a Servlet container. However, it’s not always straightforward when dealing with form…
5 tips to reduce Docker image size Docker images can quickly weight 1 or more GB. Although the gigabyte price is decreasing, keeping your Docker images light will bring some benefits. This post will give…