-
Notifications
You must be signed in to change notification settings - Fork 236
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
development mode ? #13
Comments
To give some context these ideas came up around writing these blogs: http://tools.jboss.org/blog/2015-03-02-getting-started-with-docker-and-wildfly.html and http://tools.jboss.org/blog/2015-03-03-docker-and-wildfly-2.html |
👍 I like the idea of a "dev" flag. |
See #27 |
Hey guys! |
One of the challenges of docker images are that they are immutable/limited/cut-down and as such rarely have features enabled for making it easy to use with development tools (such as a debugger, incremental/hot deployment etc.).
I'm often asked or suggested how to use Docker from tools, because docker is awesome so it should be easy to use for development too - it often is, but once you start outlining the extra steps and variations different OS and depending on what image you are using we already lost a lot of users.
So we should try and keep it simple to at least do some basics.
It would be great though if we could either incorporate into the images conventions on how to enable such features.
Ideas:
The text was updated successfully, but these errors were encountered: