- Docker and Kubernetes for Java Developers
- Jaroslaw Krochmalski
- 46字
- 2025-02-19 22:02:15
Docker concepts - images and containers
When dealing with Kubernetes, we will be working with Docker containers; it is an open source container cluster manager. To run our own Java application, we will need to create an image first. Let's begin with the concept of Docker images.