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

Fix README to explain how to run docker from github packages instead of docker hub #45

Open
sgarciahelguera opened this issue Aug 15, 2023 · 0 comments

Comments

@sgarciahelguera
Copy link
Collaborator

Our docker containers were moved from docker hub to github packages.
I don't know how to run docker from github packages in windows, someone with windows should pick this up, try to run docker on windows UI and then update the readme accordingly.
Maybe the way is to use docker compose instead of the windows UI, not sure. Anyway, the readme has to be updated.
Containers are here:
https://github.com/Cubeseed/Backend/pkgs/container/backend

To run from the command line the last container built for main branch:

docker run --name backend -dp 8000:8000 ghcr.io/cubeseed/backend:main

Containers are also uploaded for pull requests, e.g. for PR 44:

docker run --name backend -dp 8000:8000 ghcr.io/cubeseed/backend:pr-44
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

No branches or pull requests

1 participant