Coder Social home page Coder Social logo

jonyjalfon2204 / multi-stage-docker-venv-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pmac/multi-stage-docker-venv-demo

0.0 0.0 0.0 14 KB

Demo app for my blog post on multistage-dockerfiles and python virtualenvs

License: MIT License

Dockerfile 51.14% Python 6.79% CSS 14.66% HTML 27.42%

multi-stage-docker-venv-demo's Introduction

Multistage Docker and Virtualenv Demo

Demo app for my blog post on multistage-dockerfiles and python virtualenvs.

Getting started

Have Docker and Docker Compose installed and then simply run:

$ docker-compose up app

This will build the docker image and start the server. So far the service is very simple, but should give you a starting point. See the Responder docs if you'd like to play around more with that. I think it's quite an interesting project.

I've also included a Pipfile and Pipfile.lock if you'd like to use pipenv instead. To use that with the default setup change your command to:

$ docker-compose up app-pipenv

There is also the Dockerfile-full, which is an example of the result of not using multi-stage builds for your python environment. Build that with the following command and then you can compare for yourself:

$ docker-compose up app-full

multi-stage-docker-venv-demo's People

Contributors

pmac avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.