Happy to answer any questions about this.
This is awesome, I need to check this out in detail. Do you have good elastic beanstalk integration?
CircleCI launches Docker support
11–20 of 21 posts
Re: CircleCI launches Docker support
#12Happy to answer any questions about this.
Re: CircleCI launches Docker support
#13Happy to answer any questions about this.
This is awesome, I need to check this out in detail. Do you have good elastic beanstalk integration?
Re: CircleCI launches Docker support
#14Re: CircleCI launches Docker support
#15Re: CircleCI launches Docker support
#16Re: CircleCI launches Docker support
#17Re: CircleCI launches Docker support
#18Earlier quoted context omitted.
How well is the caching supported. Is there a way for me to cache and restore my gem dirs?
CircleCI has great caching support for gems, etc (we've had this for about 2 years, so it's really mature). I suspect it might need to be tweaked to support docker use cases a bit better, so can you try it out and let us know?
Though old: http://ilikestuffblog.com/2014/01/06/how-to-skip-bundle-inst...
Re: CircleCI launches Docker support
#19Earlier quoted context omitted.
there is an elastic beanstalk example in the docs http://circlehost:8080/docs/docker#elastic-beanstalk
Might wanna update that url :P.
Re: CircleCI launches Docker support
#20Earlier quoted context omitted.
CircleCI has great caching support for gems, etc (we've had this for about 2 years, so it's really mature). I suspect it might need to be tweaked to support docker use cases a bit better, so can you try it out and let us know?
Gem caching in docker is more about layer construction than anything the CI would do as such. Though old: http://ilikestuffblog.com/2014/01/06/how-to-skip-bundle-inst...
See the discussion around this in drone https://github.com/drone/drone/issues/147