Add full documentation for image#13
Add full documentation for image#13AbcSxyZ wants to merge 9 commits intodogecoin:mainfrom AbcSxyZ:documentation
Conversation
|
I think it's something we can start to consider. I did some changes about I created a separate This way we could have 2 README, with the main README of this repository explaining how to build manually images, run tests, develop & contribute, tools doc, etc, focusing more on image development. With the main README which still link to |
patricklodder
left a comment
There was a problem hiding this comment.
Some minor comments inline. I would suggest we get this ready, but not publish it before we are capable of publishing the images described here.
Co-authored-by: Patrick Lodder <patricklodder@users.noreply.github.com>
|
In my opinion, it would be interesting to add this documentation when it's ready. For now, it's stated in big that the project is under development (we can add it at the top of this doc too), if someone come here he could be aware of this and still try to play with the image. Maybe some potential contributor could come and have something a bit documented to try. If someone follows the doc, he will be quickly stopped by not being able to download the image from For me we should even add a link into the main repo, saying it's not finished, but a beginning of a Dockerfile is testable (but definitively unstable, available for development only). It would facilitate people participation. |
Create a draft for the image documentation. Can be the base to use for the readme available both from GitHub and from DockerHub.
You can have an overview of the result on the following Docker Hub repository.
Inspired by documentation of official Docker Hub images.
I want also to discuss (at least) the following line:
When using
docker exec, commands are launched as root. Idk if we specify to use a user ? We may specify to use the cli a different way, by creating another a new container for example.Edit: Executable launched with
docker execare actually underdogecoinuser rights, because I've setuid binaries.docker execstart as root and then switch to user.