Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IAC: Docker and Vagrant integration with IDE #8

Open
mjaglan opened this issue Apr 30, 2017 · 2 comments
Open

IAC: Docker and Vagrant integration with IDE #8

mjaglan opened this issue Apr 30, 2017 · 2 comments

Comments

@mjaglan
Copy link
Member

mjaglan commented Apr 30, 2017

A nice ide integration is good for easy and fast developer onboarding. It should allow developer to -

  • edit code, compile, deploy locally as docker container, inside vagrant box.
  • perform debugging
@mjaglan
Copy link
Member Author

mjaglan commented Apr 30, 2017

Eclipse IDE Tools under exploration so far -

@mjaglan
Copy link
Member Author

mjaglan commented Apr 30, 2017

IDE Integration for Docker and Vagrant?

Doclipser and "Eclipse Docker Tooling (EDT)" were compared for Eclipse IDE. EDT is very stable, more rich in features, easier to use. When running dockerfile from IDE, project runs as Docker-project (instead of gradle project or maven project). EDT tool is very well supported. Similarly for IntelliJ Idea IDE, there is Docker-Integration plugin (https://plugins.jetbrains.com/plugin/7724-docker-integration) which is the only choice available for that IDE and is also feature rich.

I also compared Vagrant Plugin and Eclipse Vagrant Tooling (EVT). None of them supports intellisense, code highlighting, and has very simple features to start, stop, suspend and run the VM which can be done from external CLI tool also. Running docker container via vagrant is more effortful than simple running a dockerfile from eclipse IDE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant