docker: simplify duniter subcommand run
All threads resolved!
All threads resolved!
Compare changes
+ 22
− 2
@@ -21,6 +21,16 @@ Only use `identity` pallet. The `membership` calls are disabled.
1. The account has to confirm its identity with a name, using `identity.confirmIdentity`. The name must be ASCII alphanumeric, punctuation or space characters: ``/^[-!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~a-zA-Z0-9 ]{3,64}$/`` (additionally, trailing spaces and double spaces are forbidden, as a phishing countermeasure). If the name is already used, the call will fail.
@@ -29,9 +39,19 @@ This feature is useful in case the user has lost their private key since the rev