Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
theshrike79
64 days ago
|
parent
|
context
|
favorite
| on:
Docker Compose Isn't Enough
What would be your solution to running, say, 15 different Python applications on the same machine, each requiring a unique set of library versions?
forrestthewoods
64 days ago
|
next
[–]
Create 15 pex files. Or possibly 15 PyInstaller executables. Then simply run them like normal programs.
Capricorn2481
53 days ago
|
parent
|
next
[–]
Ah yes let's not use bad abstractions like docker, let's use pyinstaller...
dlainhart
52 days ago
|
root
|
parent
|
next
[–]
Why would you load an entire userspace environment just to manage a Python package's Python dependencies? Seems a little heavy.
ajayvk
64 days ago
|
prev
|
next
[–]
https://github.com/claceio/clace
is a project I am building for that use case. Run multiple apps on the same machine, Clace acts as an application server which manages containers
https://clace.io/blog/appserver/
aae42
62 days ago
|
prev
[–]
nix
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: