CI/CD: Automating Tests and Deployments the Fun Way Running tests and managing deployments can be a tediously manual process or overwhelming to automate with all the available platforms and tools to choose from. We at thoughtbot want to share how our process has made CI/CD simple and enjoyable. Victoria Guido and Christopher Kuttruff January 30, 2023 Kubernetes Testing Automation Git Deployment CI CI/CD AWS Docker Process
Deploying Elixir to AWS Elastic Beanstalk with Docker Deploy a Phoenix project that uses WebSockets to AWS Elastic Beanstalk with Docker. James Robert Somers July 8, 2016 Docker Elastic Beanstalk Elixir Phoenix Deployment AWS Websockets
Easy Haskell Development Setup with Docker Using Docker with Haskell removes the mess of setting up your environment and allows you to focus on the fun of programming in Haskell. Tony DiPasquale July 2, 2015 Web Haskell Docker
Rails on Docker Develop a Rails app in Docker. Josh Clayton February 19, 2015 Web OS X Unix Docker Rails
Test Drive Your Dockerfiles with RSpec and ServerSpec Learn to TDD your Dockerfiles with RSpec and ServerSpec. Mason Fischer February 17, 2015 Docker TDD Testing Unix