Book Image

Docker for Java Developers [Video]

By : Tomasz Lelek
Book Image

Docker for Java Developers [Video]

By: Tomasz Lelek

Overview of this book

<p>Docker is the world’s leading software container platform. Developers use Docker to eliminate “works on my machine” problems when collaborating on code with co-workers. Docker is a command-line program, a background daemon, and a set of remote services that take a logistical approach to solve common software problems.</p> <p>This course starts with the key concepts of containerization and Docker. Next, you’ll see the need for containerization and how Docker is tackling those problems. You will build and monitor the status of containers using the Docker shell, and supervise containers. Then, using a Docker file, you’ll create a simple java application that will be containerized inside Docker. All installation will be easily distributed in a Docker image that contains Java. The final section is dedicated to more advanced use cases, and you’ll see how to automate more complex architectures using Docker.</p> <p>At the end of the course, you’ll run software in containers and understand why delivering software using containers is a lot faster and more reliable. You’ll know what problems containerization software solves. So, grab this course and build great software with Docker!</p> <p>The code bundle for this course is available at <a style="color: #fa8d11;" href="https://github.com/PacktPublishing/Docker-for-Java-Developers-" target="blank">https://github.com/PacktPublishing/Docker-for-Java-Developers-</a></p> <h1>Style and Approach</h1> <p>A hands-on guide to experimenting with Docker command line and understand the Docker technology. Delve into the key concepts that are behind automation of deployment with the help of use case of Docker.</p>
Table of Contents (4 chapters)
Chapter 4
Multi Container and Multi Host Environments
Content Locked
Section 5
Integrating Docker with IDEs
In this video, you will learn how to integrate Docker with IDEs. - Install Docker IntelliJ plugin - Start Docker container from Docker file