+ 1
What is docker?
I have heard about docker and I want to know more about it, how can I start learning docke? What are prerequisite for it?
6 odpowiedzi
+ 4
Docker is a sandboxing software using reusable containers. You use prebuilt little Linux containers, or containers of specific services like mysql, apache2, etcetera, and you usually mount configuration directories outside of them. That way they remain reusable. There's lots of containers in dockerhub, a major repository for containers.
I've used it only a little bit and not in production. Some others could likely give a more comprehensive description I'm sure.
+ 2
I have just installed docker on my laptop. I thought this was a good start to learn something about it: https://www.google.com/amp/s/www.freecodecamp.org/news/the-docker-handbook/amp/
+ 1
Nice information thabk thank you for this ρү૨œdԌ૨ ×
+ 1
Most welcome ^^
0
Wow that's really helpful thank you Paul
0
Paul what do you think of it? I found it pretty cool :)