You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.adoc
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -113,21 +113,34 @@ cargo run -- --dev
113
113
114
114
The easiest/faster option is to use the latest image.
115
115
116
+
117
+
.First run
116
118
Let´s first check the version we have. The first time you run this command, the polkadot docker image will be downloaded. This takes a bit of time and bandwidth, be patient:
117
119
118
120
[source, shell]
119
-
docker run --rm -it chevdor/polkadot:0.2.0 ./version
121
+
docker run --rm -it chevdor/polkadot:latest ./version
122
+
120
123
124
+
.Polkadot arguments
121
125
You can also pass any argument/flag that polkadot supports:
122
126
123
127
[source, shell]
124
-
docker run --rm -it chevdor/polkadot:0.2.0 polkadot --name "PolkaDocker"
128
+
docker run --rm -it chevdor/polkadot:latest polkadot --name "PolkaDocker"
125
129
130
+
131
+
.Run as deamon
126
132
Once you are done experimenting and picking the best node name :) you can start polkadot as daemon, exposes the polkadot ports and mount a volume that will keep your blockchain data locally:
0 commit comments