You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @Ulawun! Thanks for the question!
This is the run command when you built the image locally (the instructions above the one you are referring to) - which is preferred to trusting the hosted image from github.
Do you have a suggestion how to improve the documentation?
Your report is highly appreciated! Thank you. 🙏
Hey @Ulawun - does the above statement make sense to you?
Do you think the issue can be closed or do you have a suggestion regarding documentation changes to make them more clear?
Thanks for the answer.
In my opinion the documentation can be improved by adding a list of commands to get the container run.
I as a non docker expert had to contact the docker community to get the container run.
Hello,
this building notes:
https://github.com/joinmarket-webui/jam-docker?tab=readme-ov-file#building-notes
say three times, that the container is to start with:
docker run --rm -it
...
joinmarket-webui/jam-ui-only
I think that is not correct !
Shouldn't it be:
docker run --rm -it
...
ghcr.io/joinmarket-webui/jam-ui-only
The text was updated successfully, but these errors were encountered: