Dan Lynn

Results 12 comments of Dan Lynn

Yes. It is 100% standard ssh git cloning with a key pair. $ git clone [email protected]:SearchClient Initialized empty Git repository in /Users/danlynn/Documents/temp/deleteme/SearchClient/.git/ remote: Counting objects: 75, done. remote: Compressing objects:...

It's not obvious that it is actually cloning a repo and that it may take a while. The dialog is simple enough that it appears that it is doing nothing...

Try this to quickly verify that the URL is good: ``` $ mkdir test_git $ cd test_git/ $ git init Initialized empty Git repository in /Users/danlynn/Documents/temp/delete/test_git/.git/ $ git remote add...

Should be fine. I just deleted and re-pulled from docker hub and everything works fine. Because it is docker, your machine's OS shouldn't matter at all. Try deleting and running...

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...

I like your reminder to compact down the layers again. I'll do that - but with a slightly different order and combination than what you suggested. Regarding the entrypoint.sh script,...

Ha! Ok, that was kindof a weird example in my previous comment. But, basically, it boils down to people do so many random things upon container start, that providing a...

That sort of looks like a project-specific issue. Can you replicate that on a fresh build of a new ember project (`ember init`)? I'm still without power due to the...

Sounds like a permissioning issue. Check into the details of volume mount ownership when using docker and windows. I’m guessing that it is having problems creating directories or files in...

There was a trivial change to the README 3 days ago which triggered a rebuild on docker hub. This trivial change can be seen here: https://github.com/danlynn/ember-cli/commit/3c162f62e16196c4ad97283b76df082a6179ccbc The previous change (assuming...