forked from docker/labs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Humanizing spanish translation in order to sound less like as narrati…
…ve machine Committer: Emerson Castaneda
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# Tutorial: Depurando Aplicaciones Java en Docker | ||
|
||
Desarrolladores Java pueden usar Docker para construir un ambiente de desarrollo donde ellos puedan ejecutar, testear y depurar código en vivo ejecutándose dentro de un contenedor. Depurar una aplicacion node.js fue demostrado en DockerCon 2016 mostrando que el desarrollo usando contenedores puede ser utilizado en muchas plataformas usando otros lenguajes de programación. | ||
|
||
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/vE1iDPx6-Ok/0.jpg)](https://youtu.be/vE1iDPx6-Ok?list=PLkA60AVN3hh9gnrYwNO6zTb9U3i1Y9FMY&t=2088) | ||
Los desarrolladores Java pueden usar Docker para construir un ambiente de desarrollo donde puedan ejecutar, testear y depurar código que esta ejecutándose dentro de un contenedor. | ||
|
||
Durante la DockerCon 2016 se presentó como depurar una aplicación node.js, demostrando así que el desarrollo usando contenedores puede ser utilizado en muchas plataformas y con diferentes lenguajes de programación. | ||
|
||
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/vE1iDPx6-Ok/0.jpg)](https://youtu.be/vE1iDPx6-Ok?list=PLkA60AVN3hh9gnrYwNO6zTb9U3i1Y9FMY&t=2088) | ||
|
||
|
||
Este tutorial incluye imágenes Docker y una aplicación Java usando contenedores. Ejemplos para Eclipse, IntelliJ CE y Netbeans son dados. | ||
Este tutorial incluye imágenes Docker y una aplicación Java usando contenedores, Así como también se proporcionan ejemplos para Eclipse, IntelliJ CE y Netbeans. | ||
|
||
* [Eclipse](Eclipse-README_es.md) | ||
* [IntelliJ](IntelliJ-README_es.md) | ||
* [NetBeans](NetBeans-README_es.md) | ||
|
||
Antes de iniciar el tutorial, es necesario tener [Docker](https://www.docker.com/products/overview) instalado. | ||
Antes de iniciar el tutorial, se requiere tener [Docker](https://www.docker.com/products/overview) instalado. |