Slide docker docker compose e docker build

ssuser4d83d3 30 views 13 slides Oct 04, 2024
Slide 1
Slide 1 of 13
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13

About This Presentation

docker docker compose docker build docker ps


Slide Content

Docker

O que é Docker?
22

(Gomes, 2019, p. 16)
[...] Docker é uma plataforma aberta, criada com o
objetivo de facilitar o desenvolvimento, a
implantação e a execução de aplicações em
ambientes isolados.
33

Arquitetura Docker
Imagem retirada de https://docs.docker.com/engine/docker-
overview/#docker-architecture
44

Demo
55

Abra o terminal
ctrl + alt + t
66

Instale o Docker
curl -flSL https://get.docker.com | bash
77

Adicione seu usuário ao
grupo Docker
sudo usermod -aG docker $USER
88

Visualize o status do
Docker
sudo systemctl status docker
99

Olá mundo em Docker
docker run hello-world
1010

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
1. The Docker client contacted the Docker daemon.
2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
(amd64)
3. The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
4. The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
https://hub.docker.com/

For more examples and ideas, visit:
https://docs.docker.com/get-started/
1111

1212

Referências
GOMES, Rafael. Docker para desenvolvedores. [S. l.]:
9bravos, 2019. 180 p. Disponível em:
https://leanpub.com/dockerparadesenvolvedores.
Acesso em: 15 out. 2019.
Install using the convenience script. In: Get Docker
Engine - Community for Ubuntu. DOCKER. Disponível
em: https://docs.docker.com/install/linux/docker-
ce/ubuntu/#install-using-the-convenience-script.
Acesso em: 15 out. 2019. 1313
Tags