Skip to content
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

Closed
poblabs opened this issue Aug 31, 2023 · 6 comments
Closed

Docker? #14

poblabs opened this issue Aug 31, 2023 · 6 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@poblabs
Copy link

poblabs commented Aug 31, 2023

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?

@SurajRaika
Copy link

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?

@poblabs
Copy link
Author

poblabs commented Aug 31, 2023

I'm not sure about Docker desktop. I use it on Ubuntu server and it seems pretty good on resources

@nathanielknight nathanielknight added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 3, 2024
@nathanielknight
Copy link
Owner

nathanielknight commented Sep 4, 2024

Next steps are:

  • Better optimize the Dockerfile (following, for example, this guide).
  • Publish the image to dockerhub (or similar)
  • Write a docker-compose.yml file for easier deployment

@nathanielknight
Copy link
Owner

@nathanielknight
Copy link
Owner

nathanielknight commented Sep 8, 2024

With the above changes, releases now trigger a Docker image to be published to ghcr.io.

All that remains is:

  • Instructions for running in Docker (prominently displayed in the README), and
  • A docker-compose.yml file for easy deployment.

@nathanielknight
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants