Commit Graph

23 Commits

Author SHA1 Message Date
Anton Kaliaev c0e7d05b5c
rename tmbase image to tendermint
The main reason is people usually expect docker image to have the same
name as the repo. Plus, tendermint is cleaner than tmbase.

tmbase would make sense if we had multiple docker images within
tendermint, but we don't.
2017-01-30 11:59:35 +04:00
Anton Kaliaev ce18332b52
update Dockerfile
- update golang to 1.7.4
- version as env variable
- change DATA_ROOT from /tendermint/data to /tendermint (it's not just
  data that gets stored in DATA_ROOT; we create data folder on start; as
  a result we get /tendermint/data/data, which is confusing)
- remove noninteractive env vars (do we really need these?)
- remove nodejs dep (some apps may require nodejs, but core is not one
  of them; it was convenient before, but now I believe we ought to
  remove it because other people who are using java do not want a
  bloated container with nodejs)
- build tendermint inside a container (once again, it was convenient
  before, but now I am testing kubernetes and I don't want to wait every
  time TM compiles)
2017-01-27 21:10:13 +04:00
Ethan Buchman 3f4af438c5 remove INSTALL dir, add INSTALL.md, update DOCKER 2016-10-11 23:27:59 -04:00
Ethan Buchman 6643e4969f tests: add throughput benchmark using mintnet and netmon 2016-08-05 19:02:43 -04:00
Ethan Buchman 16cd15b048 expose ports in dockerfile 2016-02-05 23:46:45 -05:00
Jae Kwon baa18fb0f7 Docker image has home dir 2016-02-04 22:11:47 -08:00
Jae Kwon f9da9fbfed Improved README.md 2016-02-04 21:21:13 -08:00
Jae Kwon 6c9428a3c9 Add support for nodejs5 2016-02-04 20:27:35 -08:00
Ethan Buchman 6aaa5fb0bf consensus: msg saving and replay 2016-01-14 18:58:11 -05:00
Jae Kwon 5abf2e3c43 Fixed docker file 2015-10-23 14:57:12 -07:00
Jae Kwon df733fbaa5 Docker run.sh passes seeds and moniker; wire json pretty print 2015-10-18 14:44:52 -07:00
Jae Kwon cc6e845364 go get -d for DOCKER 2015-10-18 08:55:53 -07:00
Jae Kwon f70b548fb6 exit status 1 for unknown command 2015-10-18 08:45:18 -07:00
Jae Kwon 313e25adf1 Edit DOCKER script 2015-10-17 22:46:48 -07:00
Ethan Buchman 10de637496 upgraded DOCKER instructions 2015-10-13 12:57:34 -07:00
Jae Kwon 6d66223bf6 remove fast_sync from docker 2015-10-13 08:53:58 -07:00
Ethan Buchman ab37f2d3b7 update docker for GOPATH tendermint install 2015-07-12 02:16:33 +00:00
Ethan Buchman 69a9dc932a docker: move FROM to golang:1.4 because 1.4.2 broke 2015-07-10 05:36:15 +00:00
Ethan Buchman 812c5577e0 fix docker fast sync bug 2015-07-09 18:13:21 +00:00
Ethan Buchman 625c72a110 --rm docker copy container 2015-07-07 14:11:21 -07:00
Ethan Buchman dea79e9138 docker path fixes 2015-07-07 14:10:37 -07:00
Ethan Buchman 6265e39bff docker fixups 2015-06-26 02:24:47 +00:00
Ethan Buchman 5d7df99591 docker 2015-06-13 05:37:05 +00:00