• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

TeraTech

The ColdFusion Experts: Develop | Secure | Optimize

  • Services
    • Consulting
    • Crash
    • Development
    • Maintenance
    • Modernization
    • Security
  • About Us
  • Testimonials
  • Free Assessment
  • Get in touch!

  • Services
    • Consulting
    • Crash
    • Development
    • Maintenance
    • Modernization
    • Security
  • About Us
  • Testimonials
  • Free Assessment
  • Get in touch!

067 The Docker Revolution for Faster ColdFusion Development (and Easier DevOps) with Bret Fisher

March 30, 2018 By Michaela Light 2 Comments

Bret Fisher talks about “The Docker Revolution for Faster ColdFusion Development (and Easier DevOps)” in this episode of the CF Alive Podcast, with host Michaela Light.

Contents

  • Show notes
  • Docker containers have revolutionized much of how we build, ship, and run the software.
  • The key benefits for choosing to deploy CF and Mura on the Docker toolset
    • Downsides to Docker
    • The dev-staging-prod pipeline
    • Local dev environment benefits
    • A platform of tools for devs and DevOps
  • Why are you proud to use Docker?
  • WWIT to make Docker more alive this year?
  • What are you looking forward to at MuraCon?
  • Mentioned in this episode
  • Session Descriptions
  • Listen to the Audio
  • Bio
  • Links
  • Interview Transcript
    • Read more

Show notes

Docker containers have revolutionized much of how we build, ship, and run the software.

  • Bret will highlight the far-reaching effects of this pivotal technology and how it's blazing a trail for the future of app development and deployment.
  • 5 birthday of Docker
  • 300 meetups

The key benefits for choosing to deploy CF and Mura on the Docker toolset

  • Developers
    • Docker for Mac or Windows runs Linux Docker containers
  • Build
    • CI and CD
    • CIDE
    • Docker Build tool
    • YAML file that describes your app
    • Docker Compose
  • DevOps
    • CD = Continuous Deployment
    • Agile deployments
    • Docker image package format
      • Code, config and all its dependencies
      • Docker hub
      • AWS elastic container service
    • Orchestration
    • SHA-1 hashed for security
    • Windows 2016 has Docker support built in

Downsides to Docker

  • Learning curve, new concepts.
  • Make it a goal to replace a tool, not add to your tool list

The dev-staging-prod pipeline

  • Basic “daily docker commands” for working with software on your machine.
  • Go to store.Docker.com to get current and correct install instructions for your version of Windows, Linux etc
  • Docker compose command line
    • Docker compose up and down
  • CommandBox
  • Commit to version control
  • CI tool (eg Jenkins) → continuous testing → green light (passes all tests)
  • Push good image to container registry
    • Keeps old versions (via diffs only)
    • Tagged images
  • Pull down to staging or production and run

Local dev environment benefits

  • Consistency
    • between devs
    • between dev and prod
  • Isolation of different CF versions etc for different projects
  • Faster set up for new devs on team or new projects
  • From 12 page set up a guide to 1 page
  • Can run Linux or Windows CF

A platform of tools for devs and DevOps

  • Docker-Machine to manage local and cloud containers
  • Docker Swarm (built into Docker)
  • Your existing cloud vendor’s Docker tools
    • DO simplicity
      • Docker is pre-installed for droplets
      • Docker Machine driver built in
    • AWS – lots of features and tools
      • 3 different Docker deploy options
        • ACS is easiest
    • Microsoft Azure new features
  • CommandBox

Why are you proud to use Docker?

WWIT to make Docker more alive this year?

What are you looking forward to at MuraCon?

Mentioned in this episode

  • Docker for Windows or Mac 

  • Docker Build 

  • YAML file

  • Kubernetes

  • Netflix Chaos Monkey

  • Docker Swarm 

  • Portainer episode

  • Rancher

  • CNCF Diagram of  container ecosystem  

  • Awesome Docker  

  • Code for America

  • DockerCon in US and EU

  • CommandBox

  • Bret’s slides 

  • Bret’s Udemy Docker course 

  • Bret’s YouTube Docker videos 

  • Bret’s GitHub Docker AMA 

Session Descriptions

How Docker is Changing IT

Docker containers are a 5-year old project that has revolutionized much of how we build, ship, and run software. Bret will highlight the far-reaching effects of this pivotal technology and how it's blazing a trail for the future of app development and deployment.

Workshop: Intro to Docker & Containers

This fast-paced hands-on workshop will take you from Docker 101 to an understanding of how to use Docker Compose for easy local Mura development. You'll learn which Docker edition is right for you and your laptop OS, and get it working in the workshop (if you don't already have it). Bret will teach you some basic “daily docker commands” for working with software on your machine. You'll get plenty of background on the “what, why, and how” on Docker for development while getting your hands dirty running and managing containers.

Journey to Docker Production

Bret and Eddie will take you through many of the factors that will help you be successful in creating a production-ready Docker server cluster, including Docker best practices and Docker Swarm infrastructure templates. They'll show off some example configurations specific to Mura, as well as complementary solutions that will be necessary for production. You'll take away some key benefits for choosing to deploy Mura on the Docker toolset.

Listen to the Audio

https://traffic.libsyn.com/coldfusionalive/066_The_Docker_Revolution_for_Faster_ColdFusion_Development_and_Easier_DevOps_with_Bret_Fisher.mp3

Podcast: Play in new window | Download | Embed

Subscribe: RSS

 

Bio

Bret Fisher

For 25 years Bret has built and operated distributed systems as a Sysadmin and helped over 30,000 people learn dev and ops topics. He is a Docker Captain, the author of the wildly popular Docker Mastery series on Udemy, and also provides DevOps style consulting and live workshops with a focus on immutable infrastructures, containers, and orchestration. Bret's an occasional shell and web, and JavaScript developer. He spends his free time in Virginia's local, thriving tech scene helping lead local Code for America and Docker Meetups. Bret basically spends his days helping people, and giving high fives. He lives at the beach, writes at bretfisher.com, prefers dogs over cats, and tweets at @bretfisher

Links

  • Bretfisher.com
  • Twitter
  • GitHub

Interview Transcript

Michaela:        Welcome back to the show. And today, we're going to look at the Docker revolution for faster ColdFusion and easier devops with Bret Fisher. And we're going to look at the revolution in how we build ship and run software using Docker containerization. And some of the key [inaudible] [00:18] benefits of choosing Docker to deploy your ColdFusion apps. And Bret is going to be speaking at Miracon in a few weeks. So in particular, we’ll focus on the Miracon CMS that's written in ColdFusion. But all that stuff applies to any ColdFusion app. And we'll look at some of the downsides of ColdFusion. We’ll look at the your dev stage of production pipeline, how you might set up your local dev environment with Docker Best, and some of the tools you can use.

We’ll mention Docker Compose and we’ll have a talk about some of the basic daily Docker commands that would be really good to know. So lot more things coming up in this episode. We'll see what we can fit in here because if you don't know, Bret is a Docker captain and he is author of one of the most popular Udemy courses on Docker, and has some great YouTube videos on setting yourself up in Docker. So he's a real Docker expert and he loves to give high fives to people. And he's speaking at about 12 conferences including Miracon in the next three months. So welcome Bret.

Bret:                Thanks for having me. Yes, it is. It should be the Bret world tour I believe at this point. So it's going to be a lot of fun.

Michaela:        Excellent! So tell us a bit about the Docker revolution in building and deploying and running software?

Read more

 

And to continue learning how to make your ColdFusion apps more modern and alive, I encourage you to download our free ColdFusion Alive Best Practices Checklist.

Because… perhaps you are responsible for a mission-critical or revenue-generating CF application that you don’t trust 100%, where implementing new features is a painful ad-hoc process with slow turnaround even for simple requests.

What if you have no contingency plan for a sudden developer departure or a server outage? Perhaps every time a new freelancer works on your site, something breaks. Or your application availability, security, and reliability are poor.

And if you are depending on ColdFusion for your job, then you can’t afford to let your CF development methods die on the vine.

You’re making a high-stakes bet that everything is going to be OK using the same old app creation ways in that one language — forever.

All it would take is for your fellow CF developer to quit or for your CIO to decide to leave the (falsely) perceived sinking ship of CFML and you could lose everything—your project, your hard-won CF skills, and possibly even your job.

Luckily, there are a number of simple, logical steps you can take now to protect yourself from these obvious risks.

No Brainer ColdFusion Best Practices to Ensure You Thrive No Matter What Happens Next

ColdFusion Alive Best Practices Checklist

ColdFusion Alive Best Practices Checklist

Modern ColdFusion development best practices that reduce stress, inefficiency, project lifecycle costs while simultaneously increasing project velocity and innovation.

√ Easily create a consistent server architecture across development, testing, and production

√ A modern test environment to prevent bugs from spreading

√ Automated continuous integration tools that work well with CF

√ A portable development environment baked into your codebase… for free!

 

Learn about these and many more strategies in our free ColdFusion Alive Best Practices Checklist.

  • Facebook
  • Twitter
  • LinkedIn

Filed Under: CF Alive Podcast, Docker

← Previous Post 066 The Future of ColdFusion (it is Bright) with Tridib Roy Chowdhury
Next Post → 068 More you missed from Adobe ColdFusion 10, 11, And 2016 with Charlie Arehart

Primary Sidebar

Subscribe on iTunes

Popular podcast episodes

  • Revealing ColdFusion 2021 – Rakshith Naresh
  • CF and Angular – Nolan Erck
  • Migrating legacy CFML – Nolan Erck
  • Adobe API manager – Brian Sappey
  • Improve your CFML code – Kai Koenig

CF Alive Best Practices Checklist

Modern ColdFusion development best practices that reduce stress, inefficiency, project lifecycle costs while simultaneously increasing project velocity and innovation.

Get your checklist

Top articles

  • CF Hosting (independent guide)
  • What is Adobe ColdFusion
  • Is Lucee CFML now better than ACF?
  • Is CF dead?
  • Learn CF (comprehensive list of resources)

Recent Posts

  • 141 Into The Box 2025 ColdFusion conference (all the details) with Daniel Garcia – Transcript
  • 141 Into The Box 2025 ColdFusion conference (all the details) with Daniel Garcia
  • 107 ColdFusion 2021 Revealing Details on How it was Created with Rakshith Naresh
  • The Legacy Continues: ColdFusion Summit East Conference Edition
  • 140 BoxLang modern JVM language that runs CFML code (new CFML engine and much more) with Luis Majano and Brad Wood – Transcript

Categories

  • Adobe ColdFusion 11 and older
  • Adobe ColdFusion 2018
  • Adobe ColdFusion 2020 Beta
  • Adobe ColdFusion 2021
  • Adobe ColdFusion 2023
  • Adobe ColdFusion 2024
  • Adobe ColdFusion 2025
  • Adobe ColdFusion Developer week
  • Adobe ColdFusion Project Stratus
  • Adobe ColdFusion Summit
  • AWS
  • BoxLang
  • CF Alive
  • CF Alive Podcast
  • CF Camp
  • CF Tags
  • CF Vs. Other Languages
  • CFEclipse
  • CFML
  • CFML Open- Source
  • CFUnited
  • ColdBox
  • ColdFusion and other news
  • ColdFusion Community
  • ColdFusion Conference
  • ColdFusion Consulting
  • ColdFusion Developer
  • ColdFusion Development
  • ColdFusion Hosting
  • ColdFusion Maintenance
  • ColdFusion Performance Tuning
  • ColdFusion Projects
  • ColdFusion Roadmap
  • ColdFusion Security
  • ColdFusion Training
  • ColdFusion's AI
  • CommandBox
  • Docker
  • Fixinator
  • Frameworks
  • Fusebox
  • FusionReactor
  • IntoTheBox Conference
  • Java
  • JavaScript
  • JVM
  • Learn CFML
  • Learn ColdFusion
  • Legacy Code
  • Load Testing
  • Lucee
  • Mindmapping
  • MockBox
  • Modernize ColdFusion
  • Ortus Developer Week
  • Ortus Roadshow
  • Server Crash
  • Server Software
  • Server Tuning
  • SQL
  • Survey
  • Survey results
  • TestBox
  • Transcript
  • Webinar
  • Women in Tech

TeraTech

  • About Us
  • Contact

Services

  • Free assessment
  • Consulting
  • Crash
  • Development
  • Maintenance
  • Modernization
  • Security
  • Case Studies

Resources

  • CF Alive Book
  • CF Alive Podcast
    • Podcast Guest Schedule
  • TeraTech Blog
  • CF Alive resources
  • CF e-course
  • CF best practice checklist

Community

  • CF Alive
  • CF Inner Circle
  • CF Facebook Group

TeraTech Inc
451 Hungerford Drive Suite 119
Rockville, MD 20850

Tel : +1 (301) 424 3903
Fax: +1 (301) 762 8185

Follow us on Facebook Follow us on LinkedIn Follow us on Twitter Follow us on Pinterest Follow us on YouTube



Copyright © 1998–2025 TeraTech Inc. All rights Reserved. Privacy Policy.