Commit 63e9493 1 parent 402862c commit 63e9493 Copy full SHA for 63e9493
File tree 6 files changed +1234
-1603
lines changed
6 files changed +1234
-1603
lines changed Original file line number Diff line number Diff line change @@ -49,17 +49,17 @@ You can build and run the Docker image locally by running the following commands
49
49
```
50
50
git clone https://github.com/helikon-labs/chainviz.git
51
51
cd chainviz/docker
52
- docker build -t helikon/chainviz:1.0.0 --no-cache -f ./chainviz.dockerfile ..
53
- docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.0
52
+ docker build -t helikon/chainviz:1.0.1 --no-cache -f ./chainviz.dockerfile ..
53
+ docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.1
54
54
```
55
55
56
56
Application is going to be available at port ` 8080 ` .
57
57
58
58
If you'd like to use the existing image from Helikon on Docker Hub, then please use the following commands:
59
59
60
60
```
61
- docker pull helikon/chainviz:1.0.0
62
- docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.0
61
+ docker pull helikon/chainviz:1.0.1
62
+ docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.1
63
63
```
64
64
65
65
## Test
Original file line number Diff line number Diff line change 142
142
< div class ="right-panel-content ">
143
143
< div id ="menu-content-main " class ="menu-item-content ">
144
144
< div class ="network-status " id ="network-status ">
145
- < div > CHAINVIZ v1.0.0 </ div >
145
+ < div > CHAINVIZ v1.0.1 </ div >
146
146
< div class ="block-progress-bar " id ="block-progress-bar ">
147
147
< div class ="block-progress " id ="block-progress "> </ div >
148
148
</ div >
203
203
</ div >
204
204
< div id ="menu-content-about " class ="menu-item-content hidden ">
205
205
< div class ="about-container ">
206
- < span class ="about-title "> CHAINVIZ v1.0.0 </ span >
206
+ < span class ="about-title "> CHAINVIZ v1.0.1 </ span >
207
207
< span class ="about-content ">
208
208
Chainviz is a real-time 3D visualization of the Polkadot machine.
209
209
< br /> < br />
Original file line number Diff line number Diff line change 1
- docker build -t helikon/chainviz:1.0.0 --no-cache -f ./chainviz.dockerfile ..
1
+ docker build -t helikon/chainviz:1.0.1 --no-cache -f ./chainviz.dockerfile ..
You can’t perform that action at this time.
0 commit comments