Skip to content
Snippets Groups Projects
Commit 5b08eb6f authored by Moul's avatar Moul
Browse files

[doc] Extend v0.10.0rc announcement with Docker image

parent ce3b62f8
No related branches found
No related tags found
No related merge requests found
Pipeline #15144 failed
...@@ -5,11 +5,21 @@ Hey fellow testers and early-adopters! ...@@ -5,11 +5,21 @@ Hey fellow testers and early-adopters!
We are pleased to announce Silkaj v0.10.0 release candidate, and we would be happy to receive feedback before releasing it as stable. We are pleased to announce Silkaj v0.10.0 release candidate, and we would be happy to receive feedback before releasing it as stable.
## Pre-release installation ## Pre-release installation
To install this pre-release version from PyPI, run following command: You install this pre-release version from PyPI or from a Docker image.
To install the Python package, run following command:
```sh ```sh
pip3 install silkaj --user --upgrade --pre pip3 install silkaj --user --upgrade --pre
``` ```
To [install and run Silkaj from the Docker image](doc/docker.md):
```bash
sudo docker pull registry.duniter.org/clients/python/silkaj/release/pip:v0.10.0rc0
```
Run Silkaj from outside the image:
```bash
sudo docker run -it registry.duniter.org/clients/python/silkaj/release/pip:v0.10.0rc0 silkaj info
```
## Tests ## Tests
Please test it globally, and check [v0.10.0 milestone short summary](https://git.duniter.org/clients/python/silkaj/-/milestones/9#code) which contains the changes which have been implemented during this development cycle. Please test it globally, and check [v0.10.0 milestone short summary](https://git.duniter.org/clients/python/silkaj/-/milestones/9#code) which contains the changes which have been implemented during this development cycle.
Pay a special attention to the newly introduced revocation command. Pay a special attention to the newly introduced revocation command.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment