Should I learn git und github before starting to learn docker? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Should I learn git und github before starting to learn docker?

18th Feb 2019, 5:28 PM
Nidhal Baccouri
Nidhal Baccouri - avatar
6 Respuestas
+ 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
24th Feb 2019, 1:54 AM
Rizky
Rizky - avatar
+ 1
Thnxx 👍
24th Feb 2019, 2:01 AM
Nidhal Baccouri
Nidhal Baccouri - avatar
+ 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.
24th Feb 2019, 4:03 AM
CRISTHIAN JUMBO
CRISTHIAN JUMBO - avatar
+ 1
CRISTHIAN JUMBO thank you, you mean instead of using the command line I can use kitematic?
24th Feb 2019, 8:11 AM
Nidhal Baccouri
Nidhal Baccouri - avatar
+ 1
Nidhal Baccouri yes you can use kitematic.
25th Feb 2019, 3:21 AM
CRISTHIAN JUMBO
CRISTHIAN JUMBO - avatar
0
You're welcome
24th Feb 2019, 2:13 AM
Rizky
Rizky - avatar