Docker and Kubernetes for Java Developers
上QQ阅读APP看书,第一时间看更新

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.