Skip to content
Snippets Groups Projects
Commit 9d7a3354 authored by Éloïs's avatar Éloïs
Browse files

doc: update debug image usage

parent 2385b878
No related branches found
No related tags found
No related merge requests found
...@@ -17,12 +17,14 @@ For the moment, duniter-v2s does not have a first release yet. ...@@ -17,12 +17,14 @@ For the moment, duniter-v2s does not have a first release yet.
At each commit on master, an image with the tag `debug-sha-********` is published, where `********` At each commit on master, an image with the tag `debug-sha-********` is published, where `********`
corresponds to the first 8 hash characters of the commit. corresponds to the first 8 hash characters of the commit.
Usage example: Usage:
```docker ```docker
docker run -it -p9944:9944 --name duniter-v2s duniter/duniter-v2s:debug-sha-9bc16904 --dev --ws-external docker run -it -p9944:9944 --name duniter-v2s duniter/duniter-v2s:debug-sha-cc648aaf
``` ```
Then open `https://polkadot.js.org/apps/?rpc=ws%3A%2F%2F127.0.0.1%3A9944` in a browser.
### Docker compose ### Docker compose
This repository contains a docker-compose file at the root of the repository, it is configured to This repository contains a docker-compose file at the root of the repository, it is configured to
......
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