remove local images refs (#1470)

This commit is contained in:
Svyatoslav Nikolsky
2022-06-21 15:41:43 +03:00
committed by Bastian Köcher
parent 31a2be845c
commit c0880d810a
+1 -1
View File
@@ -216,7 +216,7 @@ To run a Rialto node for example, you can use the following command:
```bash
docker run -p 30333:30333 -p 9933:9933 -p 9944:9944 \
-it local/rialto-bridge-node --dev --tmp \
-it paritytech/rialto-bridge-node --dev --tmp \
--rpc-cors=all --unsafe-rpc-external --unsafe-ws-external
```