DEV Community

Discussion on: Serverless Docker Patterns

Collapse
 
metaskills profile image
Ken Collins

Thanks! Hoping this helps. If you follow the Lamby Quick Start (lamby.custominktech.com/docs/quick...) you will have a project folder that showcases using Docker for Rails development, test, and deploy tasks. These code snippets can be cleanly applied to that. In fact, I already applied the SSH pattern to the project because it is easy to add without negatively effecting other platforms. But I have not applied the docker-sync to the Lamby quick start because I feel that is a choice someone should make for themselves or their teams.

Code wise, if you wanted to see it without running the Lamby quick start, you can see it in action in this repo, docker-compose, SSH, etc. github.com/customink/lamby-cookiec...