Dockerfile for Yenten Core (https://github.com/conan-equal-newone/yenten)
383
Dockerfile for Yenten Core (https://github.com/conan-equal-newone/yenten)
$ docker run -it -v $(pwd)/data:/data -p 9982:9982 --name=yentend mecab/yentend
$ docker exec yentend_yentend_1 yenten-cli -datadir=/data getinfo
You should persist your data, which is normally (if without container) created as ~/.yentend, by specify -v option to map host directory to datadir inside the container (e.g., -v $(pwd)/data:/data).
Note we pass -datadir=/data by default, but if you override the arguments you will need to add it manually.
(e.g. docker run -it -v $(pwd)/data:/data mecab/yentend -datadir=/data -testnet=3)
Do persist. Not to persist means not to persist your wallet. If you didn't persist your data, your wallet is saved on somewhere deeper 1 in your disk and will be removed when you remove the container.
If you know where it is, you are not Docker beginner, no need to explain. ↩
Content type
Image
Digest
Size
87.7 MB
Last updated
about 8 years ago
docker pull mecab/yentend