CyCoreSystems / docker-meteor

Dockerfile and script for running Meteor on Docker
MIT License
120 stars 73 forks source link

Docker help #18

Closed scheung38 closed 7 years ago

scheung38 commented 8 years ago

Hi

Does docker pull meteor mean that my working IDE is in Win or Mac OSX, but the actual running and deployment of code to be in the Linux environment based on shared library?

Ulexus commented 8 years ago

I do not understand your question.

scheung38 commented 8 years ago

I mean with this docker image, will I still be working in my Win environment because I have IDE license for Win only, but the actual source code will be deployed and shareable in Linux environment?

Ulexus commented 8 years ago

I don't use Windows, so I don't know if there is a way to share the live source with both this container and your IDE. On Linux, it is trivial: you just bind-mount the source in the tree.

That said, this container is designed with deployment in mind, not really development. Daniel Dent and Arunoda Susiripula (at least used to) have development-oriented containers for Meteor which may suit your use case better. I'd be happy to add features or make a dev tag to make this easier... but I don't really know anything about the Windows-IDE-Docker setup.

Ulexus commented 7 years ago

Closing old issue...