-
Notifications
You must be signed in to change notification settings - Fork 30
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
Migrate to emberjs dockerhub? #14
Comments
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 ***@***.***> 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 <#14>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAA6Yr4RmxXMU4CtilTer-jSUA-Nh9rSks5syMb3gaJpZM4QOs-7>.
|
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. At least what I'd like to do is to move this project into an |
@danlynn bump :) |
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!
The text was updated successfully, but these errors were encountered: