-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker? #14
Comments
I know Rust so I thought why not learn about Docker and create a Docker file for this project. But is it just me or are Docker Desktop and vmmem using up a ton of resources? |
I'm not sure about Docker desktop. I use it on Ubuntu server and it seems pretty good on resources |
Next steps are:
|
Instructions for publishing a docker image to ghcr.io: |
With the above changes, releases now trigger a Docker image to be published to ghcr.io. All that remains is:
|
The remaining points on this issue are addressed by #30. The Docker Compose file won't actually work until I release v0.3.0, which I'm planning to do shortly. |
I'm pretty curious to try this out, but I don't know Rust at all. Any chance you could create a Dockerfile for the project?
The text was updated successfully, but these errors were encountered: