도커 내에서 일하는 원장이 있습니까?
-
-
후속 조치로 ledgerblue 설치 프로세스가 컨테이너 내부에서 작동하는지 확인할 수 있습니다 .'tezos-signer list connected ledgers '에서도 동일한 치명적인 오류가 발생합니다.또한 컨테이너 내부의tezos를 재건하려고 시도했습니다.As a followup I can confirm that the ledgerblue install process works from inside the container Still getting same Fatal Error, also with `tezos-signer list connected ledgers` . Also tried a rebuild of tezos inside the container - no such luck
- 0
- 2019-02-15
- asbjornenge
-
1 대답
- 투표
-
- 2019-02-20
해결됨
Ref. https://gitlab.com/tezos/tezos/issues/475
분명히 USER 환경 변수가 작동하도록 설정해야합니다. 공식 도커 이미지에는 기본적으로 설정되어 있지 않습니다.
설정을 요청하고 있습니다.
SOLVED
Ref. https://gitlab.com/tezos/tezos/issues/475
Apparently the USER env variabled needs to be set for it to work It is not set by default in official docker images.
I'm reaching out to have them set it
-
정확하게,dockerfile에서 "ENV USER=tezos"를 설정하거나 "docker run ... -e USER='tezos'..."를 사용하십시오.Precisely, set "ENV USER=tezos" in dockerfile or use "docker run... -e USER='tezos' ...".
- 1
- 2019-08-06
- Phlogi
-
또한 "--privileged"옵션으로 컨테이너를 실행할 때 추가 볼륨이 필요하지 않습니다.참조를위한 전체 작업 명령 : "docker run --rm --privileged --nametzdocker -it -v/tzdata :/var/run/tezos/nodetezos/tezos :mainnettezos-node ..." # 원장 첨부 확인 : "dockerexec -ittzdockertezos-client -A localhost list connected ledgers"Also the additional volumes are not needed when you run the container with the "--privileged" option. Full working command for reference: "docker run --rm --privileged --name tzdocker -it -v /tzdata:/var/run/tezos/node tezos/tezos:mainnet tezos-node ..." # check ledger attachment: "docker exec -it tzdocker tezos-client -A localhost list connected ledgers"
- 0
- 2019-08-07
- Phlogi
도커 컨테이너에서 원장을 사용하려고 할 때 이상한 오류가 발생합니다.
누군가이 문제를 해결했거나 무엇이 문제인지 알고 있습니까?
Tezos 지갑 앱 1.5.0으로 최신 펌웨어를 실행하는 Ledger. 원장은 Tezbox 지갑을 사용할 때도 잘 작동합니다.
my-node
가 다른 컴퓨터에서 실행 중입니다. 관련성이 있는지/어떻게 할 수 있는지 모르겠습니다 ♂️