Why do we need Docker? [closed] - docker

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 12 months ago.
Improve this question
I need a detailed answer to explain
importance of docker
need of Docker , why are we using docker
how Docker plays an important role in the field of development and Deployment .

Top benefits are:
isolation of the environment
easy to test out new software/technologies without any effort to install them
deployments are very fast
integrates great with the concept of micro services
popularity
there is a lot of useful images, that can be used, by a lot of companies
There is also a lot of good articles, that you can find, when you type something like "docker biggest benefits" in google.

Related

Is there a collective-noun for what is created by running docker-compose [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 12 months ago.
Improve this question
I used docker-compose a lot, but I have never come across the collective-noun of what results from running docker-compose. I feel like calling the infra that docker-compose creates and "cluster" or a "swarm" is not entirely accurate. The technology is similar to kubernetes and docker swarm, but not exactly the same. Inferring from the name it could be a "composition", but I am not sure if that is as distinct or identifiable compared to "cluster" or "swarm".
Has anyone coined a distinct name / collective-noun for what docker-compose creates?

Which one is better and cheaper for rails apps? Heroku or Google App Engine? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I am beginner in ROR. I am working on one project. I want to know the better option between for deployment of the app.
My answer will be more conceptual, rather then technical.
This is the first time I hear about Google App Engine in case of Rails. This is mostly a crucial reason, why I would say, that you definitely better go with Heroku.
While you are a beginner, it's better to use the most widely spread solutions and tools. Heroku has a huge history and you can find any answers in the internet very easily. It's well known among rails community and everyone can make a small consultation according to it.
Even if Google App Engine would be better or cheaper (haven't checked it), you shouldn't start such experiments until you have good deploy/rails knowledge.

Docker - SQL Server Linux auto shutdown [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
This is a first time I use docker, so I'm trying install sql-server-linux use docker in MacOS Mojave.
I'm read tutorial from https://database.guide/how-to-install-sql-server-on-a-mac/. But I meet a problem, my database server auto shutdown.
I'm tried with sudo code but nothing change.
I'm research and nothing talk about this issue.
I have written several webcrallers and always find it easier to build them from the ground up! Scrapy is a very nice module but it's documentation is a little lacking and can be quite challenging to begin with! I recommend using BeautifulSoup4, Python bult in Urllib2, and some socket module! Good luck!

Erlang run time environment [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Can someone explain what is Erlang run time environment and what dose it contain? Dose it contain erlang VM, what else ?
Regards
MM
The Erlang runtime environment in particular contains the Erlang virtual machine, the kernel and the standard libraries.
Erlang in general provides a lot more tools (compiler, debugger, monitoring tools etc.).
For details, please have a look at the documentation at: http://www1.erlang.org/documentation/doc-4.8.2/doc/system_architecture_intro/sys_arch_intro.html

Why do we still use shell commands to program? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
As a beginner & new developer attempting to learn the ropes, I am curious why we still use package managers, shell commands, and all of these things that seem like the early DOS days.
Wouldn't it seem more logical to have a GUI to simply set up an app on Heroku from Github without having to always fix all of your local environment errors and updating gems, etc?
May be a stupid question, but truly curious why it hasn't changed.

Resources