Comment interagir avec Tezos en cours d'exécution dans un docker
1 réponses
- votes
Toutes lesinteractions avec le Tezos-node
(devrait)passerpar le
./babylonnet.sh
, alphanet.sh
ou mainnet.sh
script (lenom de
Le script dépend de quel réseau votrenœud se connecte à.)
Typiquement,vousn'interagissezpas avec Tezos-noeud
directement,et eneffet,
Le script apeu de commandes liées aunœud. Extrait
./babylonnet.sh --Help
:
./nœudbabylonnet.sh & lt; start| Stop| Statut| LOG & GT;
./babylonnette.sh Node Notremise àniveau
./babylonnet.sh redémarrer
à laplace,vous communiquez avec lenœud (et àtravers lenœud,avec le
réseau),en utilisant le Tezos-Client
. Le dockerisé tezos-client
est également accessible via le ./babylonnet.sh
script:
./babylonnet.sh client & lt; commandement >
Passez une commande au client Tezos.
Pour voir lemanuel dutezos-client (aussi disponibleen ligne ),essayez ce qui suit:
./homme clientbabylonnet.sh
All interaction with the dockerized tezos-node
(should) go through the
./babylonnet.sh
, alphanet.sh
or mainnet.sh
script (the name of
the script depends on which network your node is connecting to.)
Typically, you do not interact with tezos-node
directly, and indeed,
the script has few commands related to the node. Excerpt from
./babylonnet.sh --help
:
./babylonnet.sh node <start|stop|status|log>
./babylonnet.sh node upgrade
./babylonnet.sh restart
instead, you communicate with the node (and through the node, with the
network), by using the tezos-client
. The dockerized tezos-client
is also accessed through the ./babylonnet.sh
script:
./babylonnet.sh client <COMMAND>
Pass a command to the tezos client.
To see the manual of the tezos-client (also available online), try the following:
./babylonnet.sh client man
Je viens de créer unenvironnement local selon https://tezos.gitlab.io/introduction/howtoget.html Utilisation de la Babylonnet.sh
Jene suispasfamilier avec Docker,maisje pouvaism'assurer quetout semble allerbien.
Maisje luttonsmaintenant avec la documentation ultérieure. Le systèmene saitpasparexemple le
commande. Je viens de recevoir un
Commentpuis-jeinteragir avec les Tezos quifonctionnent dans un conteneur Docker?