docker-projects

By sdwolfz

Docker-projects Alternatives

Similar projects and alternatives to docker-projects

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better docker-projects alternative or higher similarity.

docker-projects reviews and mentions

Posts with mentions or reviews of docker-projects. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-26.
  • Rails on Docker ยท Fly
    16 projects | news.ycombinator.com | 26 Jan 2023
    I have my own local development Rails setup and template files that could be dropped in any project with minimal changes (mostly around configuring the db connection)

    - https://gitlab.com/sdwolfz/docker-projects/-/tree/master/rai...

    Haven't spent the time to document it. But the general idea is to have a `make` target that orchestrates everything so `docker-compose` can just spin things up.

    I've used this sort of thing for multiple types of projects, not just Rails, it can work with any framework granted you have the right docker images.

    For deployment I have something similar, builds upon the same concepts (with ansible instead of make, and focused on multi-server deploys, terraform for setting up the cloud resources), but not open sourced yet.

    Maybe I'll get to document it and post my own "Show HN" with this soon.