Docker Flashcards

Docker - 8 Cards
Click here to toggle all cards
Docker
A containerization platform that allows developers to easily create, deploy, and run applications in containers
Docker Image
Package with everything your app needs to run - OS, software, code, and dependencies
Docker Registry
Place to store Docker images
Docker Repository
Collection of Docker images for a specific app, differentiated by tags
Docker Container
Runtime instance of a docker image. You can have multiple containers for one image
Dockerfile
File with instructions to create a Docker image
Spring Boot Maven Plugin
Maven plugin to easily create Docker images for Spring Boot projects using mvn spring-boot build-image command
Docker Hub
A public registry for storing and sharing Docker images