What are Containers and Docker?

Asked

Viewed 92 times

1

What are Containers and Docker in a developer’s view? what they are used for and how important they are in a software project?

  • Related: https://answall.com/questions/166870/como-docker-e-containers-lxc-lxd-functionam & https://answall.com/questions/96137/diferen%C3%a7a-entre-vm-e-containers-lxc

1 answer

2


The Docker containers are seen as a way to virtualize an environment for the developer to work with and aim to create an environment separate from your original machine, ie you virtualize this environment in Docker so that the changes you make on the original machine does not interfere with your Docker environment.

But Docker also speeds up the development a lot, you can just log on to their website and download the image you want to work with, you install it very easily and you don’t have to do all the configuration that would take a lot of time, because most of it already comes configured you just arrow some parameters and ready to use quietly.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.