Would anyone else chose a different software solution rather than Docker with resin.io? I love working on projects like this but I've stayed away from Docker so far. Docker plus a third-party service to manage it seems like it could be overkill, but it obviously got the job done.
Speaking as a resin fan, you need to know 0 about docker to use it. It does virtually everything for you, the fact that it's docker underneath is hidden entirely except in that you can write a dockerfile.
It's like how you don't need to provision hardware with Heroku. You just git push. And it works.
Comments
Awesome project!
Would anyone else chose a different software solution rather than Docker with resin.io? I love working on projects like this but I've stayed away from Docker so far. Docker plus a third-party service to manage it seems like it could be overkill, but it obviously got the job done.
Speaking as a resin fan, you need to know 0 about docker to use it. It does virtually everything for you, the fact that it's docker underneath is hidden entirely except in that you can write a dockerfile.
It's like how you don't need to provision hardware with Heroku. You just git push. And it works.