Search⌘ K
AI Features

Stepping into App Development

Explore how to develop and debug Node.js applications inside Docker containers. Understand building Docker images, running containers for development, managing dependencies, and ensuring stateless app design for easy deployment and scalability.

What to expect in this chapter?

The pre-built Docker images such as MySQL, Adminer, and WordPress are useful, but you’ll eventually want to run your own programs in a container.

In this chapter, you’ll be creating a ...