My Profile Photo

Personal Webpage of David Duggins


Well, I was born on a normal day in July, 1981 and have been creating chaos ever since. Born in North Carolina, but raised in the aftermath of the Soviet Union, Kazakhstan, I have been messing around with computers nearly my entire life. I wrote my first program in assembly when I was 11. In my early teens I ran a BBS connected to Fidonet and started building a website for my band. In 1999 I was introduced to Linux, and it was love at first compile. I started my career in IT in the early 2000's doing IT for a Car Dealership in Charlotte NC. I wrote my first major web app in Cold Fusion (an ecom app) at that time. In 2006 I left Charlotte and moved down to Columbia where starting working as a developer, freelancer and consultant. Currently I am working as a freelance developer and DevOps consultant!!


Docker Cloud

I’ve been playing around with Docker Cloud for a little project that I have going on at work. We are looking into using Codeship for continuous integration with this project, but we cannot use AWS. That kinda struck down the whole EC2 Container idea! :)

This creates an issue when you want to deploy as a Docker image. Codeship can push the code to a registry but needs extra steps to deploy as a Docker container. Triggering a new deployment by pushing to the AWS registry would have worked nicely. Instead, I will need to push to Docker’s repo and then deploy the image from there. This is where Docker Cloud steps in. I can use Digital Ocean to provison a Node and then Docker Cloud can trigger a deployment whenever we push a new image to the registry.

© 2024 David Duggins. All rights reserved.