Skip to content

Aprenda a construir, utilizar e orquestrar contêineres com Docker, Docker Compose, Swarm e Kubernetes

License

Notifications You must be signed in to change notification settings

ManuelSVDuarte/docker4noobs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Docker 4 Noobs

Guia completo de Docker, Docker Compose, Swarm e Kubernetes
Este curso ainda está sendo desenvolvido.
Explore a Documentação »

Informe um Bug · Solicite uma Feature

Índice

Sobre o projeto

Construído Com

Começando

Pré-requisitos

Lista de softwares necessários junto de um breve tutorial de instalação em Sistemas Linux.

  • git

Instalação

  # Ubuntu/Debian
  apt-get install git
  # Arch
  pacman -S git
  # CentOS
  yum install git

Como Usar

Roteiro

Contribuindo

Contribuições são o que tornam a comunidade de código aberto um lugar incrível para aprender, inspirar e criar. Todas as contribuições que você fizer são muito apreciadas.

  1. Crie um Fork o Projeto
  2. Crie uma Branch para sua feature (git checkout -b feature/amazing-feature)
  3. Faça o Commit de suas mudanças (git commit -m 'added my amazing feature')
  4. Faça o Push para o GitHub (git push origin feature/amazing-feature)
  5. Faça o Pull Request e aguarde a aprovação

Licença

MIT License

Copyright (c) 2020 Thiago Rezende

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to > deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in > all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN > THE SOFTWARE.

Contato

Thiago Rezende (Horus) - @HorusHe4rt - horus.he4rt@gmail.com

Link do projeto: https://github.com/thiago-rezende/docker4noobs

Made with 💜

About

Aprenda a construir, utilizar e orquestrar contêineres com Docker, Docker Compose, Swarm e Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%