File tree Expand file tree Collapse file tree 3 files changed +442
-446
lines changed Expand file tree Collapse file tree 3 files changed +442
-446
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ docker build --pull -t stakewiselabs/v3-operator .
211
211
or pull existing one:
212
212
213
213
` ` ` sh
214
- docker pull europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:v0.3.4
214
+ docker pull europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:v1.0.0
215
215
` ` `
216
216
217
217
You have to mount keystores and deposit data folders into docker container.
@@ -221,7 +221,7 @@ Start the container with the following command:
221
221
` ` ` sh
222
222
docker run --restart on-failure:10 \
223
223
-v ~ /.stakewise/:/data \
224
- europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:v0.3.4 \
224
+ europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:v1.0.0 \
225
225
src/main.py start \
226
226
--vault=0x3320ad928c20187602a2b2c04eeaa813fa899468 \
227
227
--data-dir=/data \
You can’t perform that action at this time.
0 commit comments