DEV Community

Discussion on: Developing from Containers

Collapse
 
aghost7 profile image
Jonathan Boudreau

I've tried doing something similar and for development it really doesn't pan out well. You end up trying to build something and you'll be missing a dependency or won't have the needed build tool of installed.

Keep in mind, this isn't for production images, its for developing from containers with your editor and all. If you ask me the usual best practices don't apply, its too different of a use case.