TeraTech

The ColdFusion Experts: Develop | Secure | Optimize

  • Services
  • About
  • CF Alive
  • Blog
  • Podcast
  • Contact

  • Services
  • About
  • CF Alive
  • Blog
  • Podcast
  • Contact

035 Getting started fast with Docker, with Mark Drew

September 14, 2017 By Michaela Light Leave a Comment

Mark Drew talks about “Getting started fast with Docker” in this episode of ColdFusion Alive podcast with host Michaela Light. In this presentation, Mark Drew will go through the fundamentals of the Query Language, structure, use cases and how we can get started with GraphQL endpoints.

In a world where APIs and REST are the way that we can communicate with services, it can become an arduous task to get to the information you need.

For example, if you look at a single tweet, obtained from Twitter's API, you will so a stack of information that you don't need! If only there was a way to query this data to get just what you need.

Enter Facebook's GraphQL language. A language specification that solves the same problem that SQL did for Relational Databases.

Contents

  • Episode Highlights
  • Mentioned in this episode
  • Bio
  • Links
  • Interview transcript

Episode Highlights

  • What the heck is a Docker container and why should all CFer care?
    • Analogy with containerized shipping of goods across the sea
  • The challenges they overcome
    • Separation of apps from how they are deployed
    • Need to pre-warm your server before running new code
    • Scripting of container building
    • Live and dev versions can be the same
      • Environment variables eg which db are we using
      • Able to test on load balanced cluster
    • Docker containers are lightweight compared to VM
      • Fast to start up
      • Able to run other types of task in micro services and micro transactions
    • Adobe CF vs Lucee CFML licensing on Docker
    • Separate lifecycle for each container
    • All developers in same environment
    • Easier port mapping running many versions of CF, db, OS etc
    • Safe and clean way to test out new programming languages
  • VMs vs Containers
  • Docker vs Vagrant
  • Are traditional ISPs going to go away?
    • But now you have to keep your CF etc patched
  • How to Get started with the Docker Engine
    • Install Docker
      • Before needed VirtualBox VM first
      • Now we have native versions on Linux and Windows
    • Kitematic to search for instances – auto download and install
    • Attach a volume (OS folder) to your container
    • Create a Docker file (it is called DockerFile!)
      • From command
      • Copy CF files
      • Docker Build
      • Commit to Docker version control such as Docker Hub private repository (or AWS repository)
    • Command Box
  • WTF is  Docker compose?
    • Create a whole web app environment with multiple containers for CF, db etc
    • Virtual networks between them
    • Documents the environment
  • How Docker Swarm can make your sites more reliable
    • Docker clusters
    • Automatic restart
    • Automatic adding extra Docker instances
    • Rolling updates across your cluster
  • Docker Cloud and Continuous Integration
    • Jenkins
    • Slack bot messages
  • Why are you proud to use CFML?
    • It actually gets stuff done
    • Modern language
    • Forgebox
    • Commandbox CFML scripting
    • Easy to scale
  • WWIT for you to make CF more alive this year?
    • More Forgebox contributions
    • Code of conduct on GitHub
    • No more X vs Y flame wars – focus on the positive of X (or Y)
  • What are you looking forward to at CFObjective?

Mentioned in this episode

  • Docker 
  • Amazon Docker
  • Heroku container provider 
  • Google containers Kubernetes 
  • CommandBox
  • Malcolm Mc Lean invented the common sized container in 1956
  • Reefer – refrigerated containers (and not something you might smoke!)
  • Lucee CFML
  • Jenkins
  • CIBot
  • VM = Virtual Machine
  • MongoDB
  • YAML (Docker Compose file format)
  • Puppet (for Vagrant)
  • Chef (for Vagrant)
  • Git
  • Repository for the containers
  • Ubuntu Linux
  • Alpine Linux
  • Tomcat
  • Headless Wind
  • Rancher  
  • Lucee Docker
  • Docker Hub
  • Docker Swarm
  • Docker Cloud
  • A WAR file
  • Ruby programming language
  • Node.js
  • Ortus
  • Forgebox
  • RIAForge
  • 99Percent invisible podcast
  • Localhost podcast

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.

http://traffic.libsyn.com/coldfusionalive/Getting_started_fast_with_Docker_with_Mark_Drew.mp3

Podcast: Play in new window | Download | Embed

Subscribe: RSS

Bio

Mark Drew has been programming CFML since 1996, and even though he has had forays into Perl, ASP and PHP he is still loving every line of code he has crafted with CFML. His career has concentrated on eCommerce, Content Management and Application Scalability for various well-known brands in the UK market such as Jaeger, Hackett, Hobbs, Dyson, B&W, Diesel amongst others.

Links

  • Twitter
  • LinkedIn
  • CFML Slack
  • Mark (at) CMDHQ.com

Interview transcript

Michael:          Welcome back to the show. I am here with Mark Drew otherwise known as the amazing C.F.O. from London.

Mark:               There's only one of us in London.

Michael:          There’s only one, others 00:12 [crosstalk]

Mark:               There’s hundreds of them.

Michael:          Yes and he's the director of web development at C.M.D. which is a web development shop, I believe in the U.K.

Mark:               In sunny Greenwich.

Michael:          In Greenwich yes, he got Greenwich Mean Time exactly down. And he's also the co-host of a new podcast called ‘Local Host’. So, check that out too. I’ll put the link in the show notes to that.

So today, we're looking at how C.F.S. can get started fast with Docker and we're going to look at what a Dock container is and why everyone listening should care about that. The challenges they overcome, Docker versus Vagrant even controversially our traditional I.S.P. is going to go away if Docker gets his way.

And how they compare the virtual machines, how you can get started with a Docker engine. What the heck is Docker compose? And using Docker to make your sites even more reliable. Docker cloud and how you can get started with Docker.

So, welcome Mark.

Mark:               Well, thank you Michel for having me on board. This is very exciting all across the internets.

Read more

Related Posts

  • 021 Behind the Scenes at CFObjective, with Steven Hauer – Transcript021 Behind the Scenes at CFObjective, with Steven Hauer – Transcript
  • How to cure slow/crashing ColdFusion servers – Webinar notesHow to cure slow/crashing ColdFusion servers – Webinar notes
  • What is Adobe ColdFusion? Why it Still remains the best programming language!What is Adobe ColdFusion? Why it Still remains the best programming language!
  • Into The Box 2020 Conference (Slides and Presentations)Into The Box 2020 Conference (Slides and Presentations)
  • 066 The Docker Revolution for Faster ColdFusion Development (and Easier DevOps) with Bret Fisher – Transcript066 The Docker Revolution for Faster ColdFusion Development (and Easier DevOps) with Bret Fisher – Transcript
  • New TeraTech Team MemberNew TeraTech Team Member
  • Facebook
  • Twitter
  • LinkedIn

Filed Under: CF Alive Podcast

← Previous Post Getting started fast with Docker, with Mark Drew- Transcript
Next Post → Getting Real with Women in Tech with April Graves – Transcript

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.

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

  • Funny ColdFusion Custom Tag Competition (CFML Programmer’s Jokes)
  • Protected: State of the CF Union 2021 Survey Results
  • ColdFusion Development: Less Coding for Faster Turnaround
  • Protected: State of the CF Union 2021 Survey Released
  • ColdFusion Server Crashing – First 3 Steps to Fix it Fast

Categories

  • ActionScript
  • Adobe CF Summit
  • Adobe CF Summit East
  • Adobe CF Summit East 2018
  • Adobe ColdFusion 11
  • Adobe ColdFusion 2020 Beta
  • Adobe ColdFusion 2021
  • Adobe ColdFusion Project Stratus
  • Adobe ColdFusion Security
  • AIR
  • Ajax
  • AngularJS
  • Announcement
  • API
  • Apollo
  • Auto Security Lockdown
  • AWS
  • C#
  • Certification
  • CF Alive
  • CF Alive Book
  • CF Alive Podcast
  • CF Camp
  • CF Developer week
  • CF Maintenance
  • CF Summit India
  • CF Tags
  • CF Training
  • CF Vs. Other Languages
  • CFEclipse
  • CFML
  • CFML Open- Source
  • CFObjective
  • cfquery
  • CFSummit
  • CFUnited
  • China Chopper
  • CIO
  • Classes
  • Client Highlights
  • ColdBox
  • ColdFusion
  • ColdFusion 2018
  • ColdFusion 2020
  • ColdFusion 2021
  • ColdFusion 9
  • ColdFusion community
  • ColdFusion Conference
  • ColdFusion Consulting
  • ColdFusion Developer
  • ColdFusion Development
  • ColdFusion Hosting
  • ColdFusion Roadmap
  • ColdFusion Security
  • ColdFusion Webinar
  • CommandBox
  • Conference
  • Cool Stuff
  • Culture
  • Cybercrime
  • Database
  • Development Approach
  • DevOps
  • Docker
  • Fixinator
  • Flex
  • Frameworks
  • Fusebox
  • FusionReactor
  • Futurology
  • Garbage Collector
  • Google Down
  • Into The Box Latam
  • IntoTheBox Conference
  • Java
  • JavaScript
  • JVM
  • Learn CFML
  • Learn ColdFusion
  • Legacy Code
  • Load Testing
  • Lucee
  • Management
  • MAX
  • MDCFUG Lunch
  • Microsoft Azure
  • Mindmapping
  • MockBox
  • Modernize ColdFusion
  • Monitoring
  • Muracon
  • NCDevCon
  • New Intern
  • News
  • Node.js
  • Open- Source
  • ORM
  • Ortus Developer Week
  • Ortus Roadshow
  • Performance
  • Performance Tuning
  • PHP
  • Productivity
  • Programming Languages
  • Project planning
  • Query of Queries
  • Scalability
  • Security
  • Server Crash
  • Server Software
  • Server Tuning
  • Social Media
  • Spiral Web
  • SQL
  • Success Story
  • Survey
  • Technology
  • TestBox
  • Tips
  • Transcript
  • Trapeze Development
  • Uncategorized
  • Web 2.0
  • Web Application
  • Web Server
  • Webinar
  • Webmail
  • What is ColdFusion?
  • Whole Brain Development
  • Women in Tech
  • Work From Home
  • Home
  • Services
  • About Us
  • CF Alive
    • CF Alive Book
    • CF Alive Inner Circle
    • CF Alive full resources cheatsheet
  • Blog
  • Podcast
    • Podcast Guest schedule
  • Contact
  • Sitemap

The ColdFusion Experts:
Develop, Secure, Optimize

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–2021 TeraTech Inc. All rights Reserved.