Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

190
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda