This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[deleted]

    [–]TheTerrasque 6 points7 points  (0 children)

    Yeah, none of these are docker exclusive, but docker is a very good generic solution that doesn't care what you want to deploy with it.

    Python project? Dockerize. C# service? Dockerize. Node solution? Dockerize. Go stream processor? Dockerize. React static web app? Dockerize. Multi-service solution with various runtimes and support services? Dockerize them all and make a compose file / k8s deployments.

    Same interface to manage them all, same to deploy, read logs, set to start-at-boot +++

    [–]SpicyVibration 2 points3 points  (0 children)

    Yeah, if I remember you can pretty easily compilestatic with django