Docker and StriderCD: Brilliant Continuous Integration In A Box
blog.frozenridge.co
Docker and StriderCD: Brilliant Continuous Integration In A Box
1–10 of 27 posts
Re: Docker and StriderCD: Brilliant Continuous Integration In A Box
#2Re: Docker and StriderCD: Brilliant Continuous Integration In A Box
#3I 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.
Re: Docker and StriderCD: Brilliant Continuous Integration In A Box
#4Another 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
#5Docker 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…
Re: Docker and StriderCD: Brilliant Continuous Integration In A Box
#6Re: Docker and StriderCD: Brilliant Continuous Integration In A Box
#7Re: Docker and StriderCD: Brilliant Continuous Integration In A Box
#8Re: Docker and StriderCD: Brilliant Continuous Integration In A Box
#9I 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.
Can you file a bug at http://github.com/Strider-CD/strider?
Many thanks and sorry you are having issues.
Re: Docker and StriderCD: Brilliant Continuous Integration In A Box
#10Ah, this is deploying StriderCD with Docker, and not the other way the around. Was really hoping to see a build server that could spit out Docker images :)