0
Should I learn git und github before starting to learn docker?
6 Réponses
+ 2
Yes, git is one of the most important fundamentals in programming, you will use it a lot when you working with a team of developer
+ 1
Thnxx 👍
+ 1
GIT: allows us to control and manage our applications
GITLAB or GITHUB: It is not more than the repository servers git
DOCKER: allows to host our applications in containers and virtualization atumotizacion for our applications in different operating systems.
I recommend you first git then choose github or gitlab I use gitlab that allows me to store my project, apply agile methodology as a scrum to follow my project and progress. after docker I recommend you use an operative linux system to avoid virtualization compatibility problems, kitematic as docker graphical interface
I hope I help you.
+ 1
CRISTHIAN JUMBO thank you, you mean instead of using the command line I can use kitematic?
+ 1
Nidhal Baccouri yes you can use kitematic.
0
You're welcome