[FEAT] Docker concept#160
Open
P81000 wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for diciotech ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
andrepg
suggested changes
Jun 17, 2024
| }, | ||
| { | ||
| "title": "Docker", | ||
| "description": "Docker é uma ferramenta que permite a criação, o compartilhamento e a execução de aplicativos de forma isolada em ambientes chamados de 'contêineres'. Com o Docker é possível empacotar o aplicativo junto com todas as suas dependências, garantindoque ele funcione de maneira consistente em qualquer lugar, independentemente do ambiente de computação. Em resumo, o Docker simplifica o processo de desenvolvimento, distribuição e execução de aplicativos, tornando-os mais portáteis, escaláveis e confiáveis", |
Contributor
There was a problem hiding this comment.
Olá, excelente contribuição. Um termo bem confuso para quem está entrando na área.
Se me permite, acredito que poderíamos trocar o "Em resumo, ..." por outro tipo de conclusão do texto, como um dicionário mesmo, algo como "simplificando o processo de desenvolvimento ..."
Por outro lado, falta um espaço entre “garantindo” e o “que” no trecho "garantindo que ele funcione...”.
Owner
|
@P81000 acrescentando, se puder atualizar sua branch e resolver os conflitos também 🫰🏻 obrigadapor contribuir! |
Owner
|
Oi, @P81000 💙 Gostaria de entender se você ainda está disponível para trabalhar nesse PR? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding concept of Docker tool.