All Projects → thiago-rezende → docker4noobs

thiago-rezende / docker4noobs

Licence: MIT license
Aprenda a construir, utilizar e orquestrar contêineres com Docker, Docker Compose, Swarm e Kubernetes

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to docker4noobs

swarm-launcher
A docker image to allow the launch of container in docker swarm, with options normally unavailable to swarm mode
Stars: ✭ 28 (-55.56%)
Mutual labels:  docker-swarm
playing-docker-swarm-docker-machine
Scripts to help you to play with Docker Swarm and Docker Machine
Stars: ✭ 19 (-69.84%)
Mutual labels:  docker-swarm
openci
A serverless continuous integration system powered by Python, Flask, and OpenFaaS.
Stars: ✭ 27 (-57.14%)
Mutual labels:  docker-swarm
swarm-gcp-faas
Setup OpenFaaS on Google Cloud with Terraform, Docker Swarm and Weave
Stars: ✭ 15 (-76.19%)
Mutual labels:  docker-swarm
docker gc
Garbage collector for Docker Swarm / Автоматическая сборка мусора для Docker и Docker Swarm
Stars: ✭ 56 (-11.11%)
Mutual labels:  docker-swarm
swarm-monitor
Monitor a Docker Swarm with Blinkt! LED
Stars: ✭ 48 (-23.81%)
Mutual labels:  docker-swarm
docker-box
A lightweight docker application platform for single servers.
Stars: ✭ 62 (-1.59%)
Mutual labels:  docker-swarm
dockerX
Examples of amazing Docker/Docker-Compose/Docker Swarm technologies
Stars: ✭ 17 (-73.02%)
Mutual labels:  docker-swarm
SwarmManagement
Swarm Management is a python application, installed with pip. The application makes it easy to manage a Docker Swarm by configuring a single *.yml file describing which stacks to deploy, and which networks, configs or secrets to create.
Stars: ✭ 25 (-60.32%)
Mutual labels:  docker-swarm
aws-docker-swarm
Terraform and helper resources for running a production Docker Swarm on AWS
Stars: ✭ 74 (+17.46%)
Mutual labels:  docker-swarm
flask-docker-swarm
Running Flask on Docker Swarm
Stars: ✭ 29 (-53.97%)
Mutual labels:  docker-swarm
dockerdoo
Flexible and streamlined Odoo image to be used with docker-compose, docker swarm or Kubernetes. Fully integrated to with VSCode devcontainers
Stars: ✭ 55 (-12.7%)
Mutual labels:  docker-swarm
dockupdater
Automatically keep your docker services and your docker containers up-to-date with the latest version
Stars: ✭ 76 (+20.63%)
Mutual labels:  docker-swarm
ethibox
Open-source web apps hoster
Stars: ✭ 130 (+106.35%)
Mutual labels:  docker-swarm
docker-workshop
Workshop on Docker, Containers and Golang
Stars: ✭ 20 (-68.25%)
Mutual labels:  docker-swarm
clusterplex
ClusterPlex is basically an extended version of Plex, which supports distributed Workers across a cluster to handle transcoding requests.
Stars: ✭ 123 (+95.24%)
Mutual labels:  docker-swarm
express-docker-app
Hyperminimal setup of an Express app with Docker. :)
Stars: ✭ 15 (-76.19%)
Mutual labels:  docker-swarm
traefik-ondemand-plugin
Traefik plugin to scale containers on demand
Stars: ✭ 149 (+136.51%)
Mutual labels:  docker-swarm
swarmci
Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.
Stars: ✭ 48 (-23.81%)
Mutual labels:  docker-swarm
selenium-grid-docker-swarm-test
Distribute automated tests with Selenium Grid and Docker Swarm
Stars: ✭ 28 (-55.56%)
Mutual labels:  docker-swarm

Logo

Docker 4 Noobs

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

Informe um Bug · Solicite uma Feature

Índice

Sobre o projeto

Este curso tem como objetivo trazer conhecimentos do básico ao avançado sobre Docker, Docker Compose, Swarm e Kubernetes.

No decorrer deste projeto, você encontrará exemplos de código e comandos em todas as seções e tópicos para três sistemas operacionais, sendo eles:

Começando

Em suma, não existem pré-requisitos que o impedem de fazer este curso, mas listarei alguns que o ajudarão no processo de aprendizagem.

Pré-requisitos

  • Checimento básico em sistemas baseados em Linux.
  • Checimento básico sobre controle de versão de código com Git.
  • NodeJS.
  • Yarn.
  • Git.

Instalação

NodeJS

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

Yarn

  # Ubuntu/Debian
  apt-get install yarn
  # Arch
  pacman -S yarn
  # CentOS
  curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
  rpm --import https://dl.yarnpkg.com/rpm/pubkey.gpg
  yum install yarn

Git

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

Como Usar

Para usar este curso, você tem três opções:

  • Utiliziando o deploy feito no GitHub Pages Docker 4 Noobs.
  • Acompanhando os arquivos dentro da pasta docs.
  • Construindo o projeto por conta própria.

Construindo o Projeto

Depois de instalar todas as dependências, basta executar estes comandos:

  # Clone o repositório
  git clone https://github.com/thiago-rezende/docker4noobs.git
  # Entre no diretório do projeto
  cd docker4noobs
  # Instale as dependências
  yarn
  # Inicie o servidor de desenvolvimento [localhost:8080]
  yarn docs:dev

Caso você queira fazer o deploy em seu próprio servidor, execute estes comandos:

  # Depois disso, os arquivos estáticos estarão em docs/.vuepress/dist
  yarn docs:build

Roteiro

Um pequeno índice das seções e tópicos que já foram feitos no curso.

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 'feat: 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 - [email protected]

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

Link do repositório: https://github.com/thiago-rezende/docker4noobs

Made with 💜

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].