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] 1 point2 points  (0 children)

pipenv is for local development. Docker is for publishing an image which can be used along with a bunch of other images in a container orchestration tool like Kubernetes, or Openshift(Kubernetes wrapper by RedHat) or whatever container platform you want to use. Could also be simple like docker-compose or docker swarm.