Live In-Docker Debugging for Java with Eclipse

preview_player
Показать описание
--

Docker is an open platform for developers and system administrators to build, ship and run distributed applications. With Docker, IT organizations shrink application delivery from months to minutes, frictionlessly move workloads between data centers and the cloud and can achieve up to 20X greater efficiency in their use of computing resources. Inspired by an active community and by transparent, open source innovation, Docker containers have been downloaded more than 700 million times and Docker is used by millions of developers across thousands of the world’s most innovative organizations, including eBay, Baidu, the BBC, Goldman Sachs, Groupon, ING, Yelp, and Spotify. Docker’s rapid adoption has catalyzed an active ecosystem, resulting in more than 180,000 “Dockerized” applications, over 40 Docker-related startups and integration partnerships with AWS, Cloud Foundry, Google, IBM, Microsoft, OpenStack, Rackspace, Red Hat and VMware.
Рекомендации по теме
Комментарии
Автор

Could you please explain, without redeploying the app how code will be in sync?

MsHarishnk
Автор

Hi, I'm playing the tutorial but when I try to run the clean install configuration I have this error:

[INFO] Scanning for projects...
[INFO]
[INFO]
[INFO] Building UserSignup Maven Webapp 0.0.1-SNAPSHOT
[INFO]
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ UserSignup ---
[WARNING] The POM for is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO]
[INFO] BUILD FAILURE
[INFO]
[INFO] Total time: 4.198 s
[INFO] Finished at: 2016-10-25T16:51:06+02:00
[INFO] Final Memory: 7M/18M
[INFO]
[ERROR] Failed to execute goal (default-clean) on project UserSignup: Execution default-clean of goal failed: A required class was missing while executing org/codehaus/plexus/util/Os

malinverno
Автор

Is it possible to use docker debug without tomcat?

BP-qypb
Автор

can you please tell how to convert normal maven project(eclipse) to Docker project?

annappanaik
Автор

Hi ..., thanks for the tutorial. I have tried following, I am now having the error "ERROR: for webserver Cannot create container for service webserver: C: drive is not shared. Please share it in Docker for Windows Settings". However, I cannot even start the docker application on windows now.

MainEffort
Автор

Haa he has missed main point he is running eclipse defined server in docker that's pretty cool I think you would have mentioned it.
Point eclipse localtomcat to docker

mantheshmr