Live data from Hacker News

Docker and StriderCD: Brilliant Continuous Integration In A Box

blog.frozenridge.co

1–10 of 27 posts

Re: Docker and StriderCD: Brilliant Continuous Integration In A Box

#3

I just set this up accessible over the internet, building my blog. I've since removed the service/webhooks, but feel free to login at http://stinemat.es:3000 to play around. It's extremely cool.

Do you have a demo account or an invite code we can use to register?

Re: Docker and StriderCD: Brilliant Continuous Integration In A Box

#4
Docker sounds brilliant, but I haven't had much luck with deploying my (moderately complex) Django apps on it. For example, I want the postgres db data to live outside the container, but volumes can't currently do that with Dockerfiles: they're initialized at "docker build" and then the files are just overwritten when trying to mount an external volume.

Another use case is trying to spin up a development container (where the code resides on the host), but, again, shared volumes overwrite the directory. You can ADD your code initially and then mount the volume when you run it, but it's added hassle.

Re: Docker and StriderCD: Brilliant Continuous Integration In A Box

#5
post #4

Docker sounds brilliant, but I haven't had much luck with deploying my (moderately complex) Django apps on it. For example, I want the postgres db data to live outside the container, but volumes can't currently do that with Dockerfiles: they're initialized at "docker build" and then the files are just overwritten when trying to mount an external volume. Another use case is trying to spin up a development container (w…

Same here, I'm still not clear on how to modularize things (even thought the aufs layers seems module friendly)

Re: Docker and StriderCD: Brilliant Continuous Integration In A Box

#9

I had major problems with Strider's web interface (running from a Docker instance) just dying on me. I think it's got a long way to go before it's a viable replacement/equivalent for Travis-CI.

We haven't seen that bug. https://hosted.stridercd.com runs on Docker. We'd love to fix this for you.

Can you file a bug at http://github.com/Strider-CD/strider?

Many thanks and sorry you are having issues.

Post reply on HN