🐳A thread of minimalistic definitions of some Docker elements:

- Docker host
- Docker engine
- Docker client
- Dockerfile
- Docker image
- Docker container
- Docker Compose
- Docker Registry
- Docker Swarm

Definitions Below 👇👇👇

//And by the way, I already know that it's...
Docker (Active) Host

A computer with Docker installed and the daemon running.
It can process Docker and non-Docker workloads.
Docker Engine

A Client-Server application. It has 3 components:

"daemon process": A server which is a type of long-running program.

"Rest API": to specify interfaces that programs can use to talk and interact with the daemon.
Docker Client

It sends commands to dockerd, using the Docker API.
It can communicate with multiple daemons.
Dockerfile

It's a text document that contains all the commands a user could call on the command line to assemble an image.
Docker Image

It's a file, composed of multiple layers, often based on another image, that contains everything you need in to run your application
Docker Container

It's a process, with some additional features, in order to keep it encapsulated and isolated, from the host machine and from other containers
Docker compose

It's a tool for defining and running multi-container Docker applications, called services.

You use a YAML file to configure the services, that can be created/started/stopped with a single command.

It works well in development, testing, and production.
Docker registry

It's a stateless server-side application to store Docker images. The images can be pulled or pushed.

It can be public/private.

Docker Hub is a public Docker registry.
Docker Swarm

It's a container orchestration tool.

It allows you to manage multiple containers deployed across multiple host machines (nodes).

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Francesco Ciulla

Francesco Ciulla Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @FrancescoCiull4

23 Nov
THE 🐳IS BACK !!! 🧵🧵🧵

During these days, even if you have seen not that much from the social point of view, I have continued working on Docker and I am thinking about something you could enjoy in the future!

In the meanwhile, here is a Thread of useful Docker Tips

👇👇👇
DOCKER DESKTOP Image
Dockerfile keywords Image
Read 25 tweets
23 Sep
This morning, I took some time to look at the YouTube channels that I am subscribed to.

I collected the programming videos that you might be interested in, and I decided to put some of them in a MEGA-THREAD

Support these great content creators!!!

All include code, EXCEPT ONE
@thisismanaswini
Make a Minion using just HTML and CSS
@benawad
Should You Stop Using React
Read 25 tweets
19 Sep
Devops Articles I have read today :) 👇
Microsoft Adds Windows Subsystem for Linux 2 Support in Windows 10 Versions 1903 and 1909

redmondmag.com/articles/2020/…
Istio 1.7: Security improvements take centre stage as users continue to speculate about the service mesh’s future

devclass.com/2020/08/24/ist…
Read 4 tweets
17 Sep
I spend 1/2 hours per day to stay updated about the DevOps World, which is huge.

4 Articles I am reading right now:
👇👇👇
Pure Storage spends $370m on the acquisition of Kubernetes platform Portworx

capacitymedia.com/articles/38263…
HOW KUBERNETES PROVIDES NETWORKING AND STORAGE TO APPLICATIONS

thenewstack.io/how-kubernetes…
Read 5 tweets
16 Sep
I spent some time today exploring the official Docker repositories on GitHub.

In the links below those that interested me the most:

👇👇👇
GitHub Action to build and push Docker images with Buildx.
github.com/docker/build-p…
Docker CLI plugin for Amazon ECS
github.com/docker/ecs-plu…
Read 6 tweets
10 Sep
Some Docker & K8S Articles I am reading now:

👇👇👇
ATTACKERS USE CLOUD TOOL TO TARGET DOCKER, KUBERNETES

duo.com/decipher/attac…
Containerization Software Market to Witness Huge Growth by 2026 | Apache, Docker, AWS, etc.

themarketchronicles.com/2020/09/10/con…
Read 5 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!