No images? Click here Application development with DockerModern web development involves a deluge of files, systems, and components:
Managing this stack can be a challenge; developers with slightly different versions of the environment may not be able to run the same code. Virtual machines can help, but they quickly become impractical:
Docker solves all these problems and more. Rather than installing dependencies on your PC, you run them in lightweight isolated VM-like environments known as containers. In a single command, you can download, configure, and run whatever combination of services or platforms you require. In Chapter 6 of Docker for Web Developers, you’ll be creating a Node.js “Hello World” application which is built into a Docker image then run as a container. You'll learn how to:
Docker for Web DevelopersDocker is shunned by web developers; It's considered too technical, unnecessary, or something for DevOps experts. Terminology can be impenetrable. Tutorials never explain how to use Docker during development. This book is a conciise and practical guide that will get you using Docker in minutes. Start your subscription today and you'll get access to this book, plus 300+ other web design and development books in SitePoint Premium! New subscribers can currently get 60% off for the first three months. That’s $3 a month to access all of our tech books and courses — grab the deal here. Until next time, |