danlynn / ember-cli

ember-cli docker image providing a complete development environment
https://hub.docker.com/r/danlynn/ember-cli/
MIT License
100 stars 31 forks source link

Migrate to emberjs dockerhub? #14

Open NullVoxPopuli opened 7 years ago

NullVoxPopuli commented 7 years ago

Hey @danlynn it looks like your set of ember-cli images are the most well maintained. Personally, I've been using https://github.com/NullVoxPopuli/dockerized-ember-cli

So, we'll need to evaluate some differences and such.

/cc @locks, @wifelette

Thanks for having such up to date docker images!

danlynn commented 7 years ago

I’ve been meaning to update the docker-compose mini-tutorial on the README for a while. I too use local shell scripts in my project to simplify the common commands. I want to update the tutorial and add a section about improving performance via some strategic volumizations and such. I might even include some of my tricks for ssh agent forwarding into containers so that you can access private git repos and such without exposing your private keys to third party code running in the container that might not be trusted.

On Nov 1, 2017, at 3:31 PM, L. Preston Sego III notifications@github.com wrote:

Hey @danlynn https://github.com/danlynn it looks like your set of ember-cli images are the most well maintained. Personally, I've been using https://github.com/NullVoxPopuli/dockerized-ember-cli https://github.com/NullVoxPopuli/dockerized-ember-cli So, we'll need to evaluate some differences and such.

/cc @locks https://github.com/locks, @wifelette https://github.com/wifelette Thanks for having such up to date docker images!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/danlynn/ember-cli/issues/14, or mute the thread https://github.com/notifications/unsubscribe-auth/AAA6Yr4RmxXMU4CtilTer-jSUA-Nh9rSks5syMb3gaJpZM4QOs-7.

NullVoxPopuli commented 7 years ago

That'd be really cool. Something that ember-learning has been focusing on is explaining a lot of 'why' -- like, something that we'll need to answer before adding a docker/compose file in the default blueprint is: why would you even use docker for a frontend project?. I think handy scripts help a ton. It's essentially a self-documenting CLI tool. For me the biggest thing is maintaining package cache via volume_from shenanigans in compose.

At least what I'd like to do is to move this project into an ember-cli folder on this repo: https://github.com/ember-learn/dockerized-ember thoughts?

NullVoxPopuli commented 6 years ago

@danlynn bump :)