Skip to content

Instantly share code, notes, and snippets.

@dieissonmartins
Last active September 23, 2019 13:47
Show Gist options
  • Save dieissonmartins/11fc788ab46376ab1444ee07dae349ee to your computer and use it in GitHub Desktop.
Save dieissonmartins/11fc788ab46376ab1444ee07dae349ee to your computer and use it in GitHub Desktop.
Docker introdução
Arquitetura
- Docker ENGINE
- Docker CLIENT
- Docker OBJECTS
- Docker RESGISTRY
Instalação - Docker ENGINE
- DESKTOP: Mac OS, Windows 10
- SERVER: Varius Linux Distributions e Windows Server 2016
- CLOUD: Amazon Web Services, Google Compute Plataform ...
Docker CLIENT
*Cliente Recebe entrada do Usuario (CLI) e as envia para a Engine
- docker build
- docker pull
- docker run
*Client e Engine podem ser executados em HOSTS IGUAIS ou DIFERENTES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment