Skip to main content

8 posts tagged with "docker"

View All Tags

Optimizing Python + Docker deploys using Pants

· 8 min read
Joshua Cannon
Pants Maintainer

The Python and Docker logos, with a plus sign between them

Pants can build a PEX file, an executable zip file containing your Python code and all transitive dependencies. Deploying your application is as simple as copying the file. This post elaborates on how to get best performance out of the powerful combination of Pants+PEX+Docker.