This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
[docker] remove dummy app as default [ci skip]
pull/560/head
Anton Kaliaev
8 years ago
parent
852375be00
commit
aa7b3a73f5
No known key found for this signature in database
GPG Key ID:
7B6881D965918214
2 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
DOCKER/Dockerfile
+1
-1
DOCKER/README.md
+ 1
- 2
DOCKER/Dockerfile
View File
@ -42,5 +42,4 @@ EXPOSE 46657
ENTRYPOINT
[
"tendermint"
]
# By default you'll get the dummy app
CMD
[
"node"
,
"--moniker=`hostname`"
,
"--proxy_app=dummy"
]
CMD
[
"node"
,
"--moniker=`hostname`"
]
+ 1
- 1
DOCKER/README.md
View File
@ -24,7 +24,7 @@ A very simple example of a built-in app and Tendermint core in one container.
```
docker run -it --rm -v "/tmp:/tendermint" tendermint/tendermint init
docker run -it --rm -v "/tmp:/tendermint" tendermint/tendermint
docker run -it --rm -v "/tmp:/tendermint" tendermint/tendermint
node --proxy_app=dummy
```
## mintnet-kubernetes
Write
Preview
Loading…
Cancel
Save