forked from gomex/docker-para-desenvolvedores
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# This is a combination of 3 commits.
# The first commit's message is: Track 2 files into repository. - untracked book.json - untracked CONTRIBUTING.md Auto commit by GitBook Editor Atualização do sumário do gitbook. tradução do nome do arquivo para sumário # This is the commit message gomex#2: remoção de alguns plugins desnecessários # This is the commit message gomex#3: correção do nome do arquivo de sumário
- Loading branch information
1 parent
5bb2050
commit 012affd
Showing
3 changed files
with
36 additions
and
41 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,35 @@ | ||
# Table of content | ||
|
||
* [First Chapter](chapter1.md) | ||
## Sumário | ||
|
||
1. [Organização](manuscript/organizacao.md) | ||
2. [Propósito desse livro](manuscript/proposito.md) | ||
3. [Agradecimentos](manuscript/agradecimentos.md) | ||
4. [Introdução](manuscript/introducao.md) | ||
5. [Por que usar Docker?](manuscript/porque.md) | ||
6. [O que é Docker](manuscript/oquee.md) | ||
7. [Instalação](manuscript/instalacao.md) | ||
8. [Comandos básicos](manuscript/comandos.md) | ||
9. [Criando sua própria imagem no Docker](manuscript/criandoimagem.md) | ||
10. [Entendendo armazenamento no Docker](manuscript/armazenamento.md) | ||
11. [Entendendo a rede no Docker](manuscript/rede.md) | ||
12. [Utilizando docker em múltiplos ambientes](manuscript/machine.md) | ||
13. [Gerenciando múltiplos containers docker com Docker Compose](manuscript/compose.md) | ||
14. [Como usar Docker sem GNU/Linux](manuscript/macos_e_windows.md) | ||
15. [Transformando sua aplicação em container](manuscript/dockerizarando_app_todo.md) | ||
16. [Base de código](manuscript/basecode.md) | ||
17. [Dependência](manuscript/dependencia.md) | ||
18. [Configurações](manuscript/configuracoes.md) | ||
19. [Serviços de Apoio](manuscript/servicosdeapoio.md) | ||
20. [Construa, lance, execute](manuscript/construa-lance-execute.md) | ||
21. [Processos](manuscript/processos.md) | ||
22. [Vínculo de portas](manuscript/vinculos.md) | ||
23. [Concorrência](manuscript/concorrencia.md) | ||
24. [Descartabilidade](manuscript/descartabilidade.md) | ||
25. [Paridade entre desenvolvimento/produção](manuscript/paridade.md) | ||
26. [Logs](manuscript/logs.md) | ||
27. [Processos de administração](manuscript/admin.md) | ||
28. [Dicas](manuscript/dicas.md) | ||
29. [Apêndice](manuscript/apendice.md) | ||
30. [Container ou máquina virtual?](manuscript/container_vm.md) | ||
|
||
|
||
|