Mailpit installation
- Run the following command:
docker run -d --name mailpit --restart unless-stopped -p 8025:8025 -p 1025:1025 axllent/mailpit
Notas sobre a estrutura de pacotes na arquitetura hexagonal
In this tutorial I'm following all steps from NetworkChuck YouTube's Channel.
/boot/cmdline.txt
file and add this information (cgroup_memory=1 cgroup_enable=memory ip=ip_address::default_gateway:subnet_mask:your_hostname:eth0:off
) at the end of the lineO tutorial a seguir tem como objetivo a configuração de um cluster com o K3s, removendo o Traefik e utilizando o Nginx como Ingress Controller.
https://docs.microsoft.com/en-us/windows/wsl/install-win10
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
git bash
git status
git add .
git commit -m "Inserir comentário"
git clone "link_do_repositorio" "nome_do_repositorio"
git push -u origin "nome_do_branch"