What is Docker

Overview

Here is a summary of what I learned about Docker on my own.

What is Docker?

A tool that runs on Linux. --Infrastructure part (server setting) --Web service (application) Can be stored and distributed as a container as a whole.

Characteristic

Since all members can easily reproduce the same environment, it is used in the development flow as a means of building a local environment. Define the server configuration, libraries and tools to be installed in the Dockdrfile etc. in the code base.

Deploy

Since it is integrated with the infrastructure part, it is possible to deploy and operate each container, and it is possible to deploy with minimal environmental difference.

Remarks

Originally, Docker cannot be used on Mac or Windows, but it can be used by installing Docker for Mac.

Recommended Posts

What is Docker?
What is Docker
What is Docker
What is docker run -it?
What is Cubby
What is null? ]
What is java
What is Keycloak
What is maven?
What is Jackson?
What is Jenkins
What is ArgumentMatcher?
What is IM-Juggling?
What is params
What is SLF4J?
What is Java <>?
What is Gradle?
What is POJO
What is Java
What is centOS
What is RubyGem?
What is programming?
What is before_action?
What is Byte?
What is Tomcat
What is Docker? What purpose is it used for?
What is Maven Assembly?
What is a constructor?
What is vue cli
What is an interface?
What is Ruby's self?
What is hard coding?
What is a stream
What is Ruby's attr_accessor?
What is Java Encapsulation?
What is permission denied?
What is instance control?
What is an initializer?
What is Spring Tools 4
What is object orientation?
What is Guava's @VisibleForTesting?
What is MVC model?
What is an annotation?
What is Java technology?
What is Java API-java
What is @ (instance variable)?
What is Gradle's Artifact?
What is JPA Auditing?
[Swift] What is dismiss?
[Java] What is flatMap?
What is a Servlet?
What is web development?
[Java] What is JavaBeans?
[Android] What is Context? ??
[Java] What is ArrayList?
[Ruby] What is true?
What is HttpSession session = request.getSession ();
[Memorandum] What is an error?
What is DI (Dependency Injection)
What is a wrapper class?
What is object-oriented programming? ~ Beginners ~