Skip to content

Dockerize#2

Closed
scottmmjackson wants to merge 2 commits intocfinke:mainfrom
scottmmjackson:main
Closed

Dockerize#2
scottmmjackson wants to merge 2 commits intocfinke:mainfrom
scottmmjackson:main

Conversation

@scottmmjackson
Copy link
Copy Markdown

Dockerize the tool, add CI so that people can just run it straight off ghcr.io

@Polda18
Copy link
Copy Markdown

Polda18 commented Mar 22, 2026

I'm not sure that Docker is a right tool for this. Python already comes with its own containerizing tools for virtual environments (mostly for the custom dependencies), which are ideal for a one-time runtime. Docker on the other hand is perfect for continuous service (like a server). This tool is not a server that runs indefinitely, it's merely just a command line tool that runs once and then gracefully exits back to the shell. Nothing else. Docker is a wrong tool for virtual environment in this case.

@cfinke
Copy link
Copy Markdown
Owner

cfinke commented Apr 11, 2026

I agree with @Polda18. Closing.

@cfinke cfinke closed this Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants