Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

189
Views
What are the advantages of developing a frontend app inside a docker container?

When developing for example an angular 2web app, why should I run it inside a docker container? I can see the following advantages:

  • keeps host system clean
  • same settings and versions on every machine

Regarding the fact that in a development environment webpack or an equivalent is used as a server, but not on production where only static build files are served, there are not many other similarities.

Are there any other real advantages?

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Regarding docker containers on a production environment, there are too many advantages, but surely it's up to you to see the advantages when you compare to your current architecture.

Some common are

  • easy and fast deployment and updates
  • easy recovery from failure (restart/recreate container)
  • scalability (run as many as you need instances of an app in the same or different hosts)
  • the containerization itself provides security: if someone hacks in, he'll be locked in the cointainer's scope and can't harm the host sytem
  • easy service migration from one host to another

can't say enough though.

I'm editing because I understand your real question was about using docker in development state. For me, some are:

  • Standarization (exact same environment for every developer, regardless the OS used)
  • Easy devel environment set up for new ppl or new OS installed
  • Standarization brings build process automation easier
  • Tests much alike real operation environment
over 4 years ago · Santiago Trujillo Report

0

The main advantages are

  • Platform Independent: It is independent of the OS you are developing your code.You can specify which OS to run for your application.
  • Handy to use: You can create the images with different configurations and run on different ports to test different use cases.
  • Easy building process
  • Easy resolution of any issues
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!