2017-11-15 15 views
3

Puppeth (Péter Szilágyi demoed in Ethereum devcon three 2017)를 사용하여 개인 ethereum 테스트 네트워크를 설정하려고합니다. MacBook Pro (macOS Sierra)에서 실행 중입니다.go-ethereum-geth-puppeth-ethstat 원격 서버 : docker : 명령을 찾을 수 없음

ethstat 네트워크 구성 요소를 설치하려고하면 "도커가 잘못 구성되었습니다. bash : 고정 : 명령을 찾을 수 없습니다." 오류가 발생합니다. 나는 도커를 실행하고 터미널에서 잘 사용할 수 있습니다. 도커 ps.

는 여기에 내가 찍은 단계는 다음과 같습니다

  1. 방법을 제대로 설정이 원격 서버에 설명하는 모든 문서/튜토리얼이 있습니까 :

    여기
    What would you like to do? (default = stats) 
    1. Show network stats 
    2. Manage existing genesis 
    3. Track new remote server 
    4. Deploy network components 
    > 4 
    
    What would you like to deploy? (recommended order) 
    1. Ethstats - Network monitoring tool 
    2. Bootnode - Entry point of the network 
    3. Sealer - Full node minting new blocks 
    4. Wallet - Browser wallet for quick sends (todo) 
    5. Faucet - Crypto faucet to give away funds 
    6. Dashboard - Website listing above web-services 
    > 1 
    
    Which server do you want to interact with? 
    1. Connect another server 
    > 1 
    
    Please enter remote server's address: 
    > localhost 
    DEBUG[11-15|22:46:49] Attempting to establish SSH connection server=localhost 
    WARN [11-15|22:46:49] Bad SSH key, falling back to passwords path=/Users/xxx/.ssh/id_rsa  err="ssh: cannot decode encrypted private keys" 
    The authenticity of host 'localhost:22 ([::1]:22)' can't be established. 
    SSH key fingerprint is xxx [MD5] 
    Are you sure you want to continue connecting (yes/no)? yes 
    What's the login password for xxx at localhost:22? (won't be echoed) 
    > 
    DEBUG[11-15|22:47:11] Verifying if docker is available   server=localhost 
    ERROR[11-15|22:47:11] Server not ready for puppeth    err="docker configured incorrectly: bash: docker: command not found\n" 
    

    내 질문입니다. 아니면 일반적으로 puppeth에?

  2. "원격 서버 주소"로 localhost를 사용할 수 없습니까?
  3. docker 명령을 찾을 수없는 이유에 대한 아이디어가 있습니다. 설치되어 실행 중이므로 터미널에서 사용할 수 있습니다.

답변

0

다음은 내가 한 일입니다.

  1. 도커에게는 docker-compose 이진 파일을 사용해야합니다. 당신은 그것을 here 찾을 수 있습니다.

  2. 또한 ssh 서버가 로컬 호스트에서 실행되고 해당 키가 생성되었는지 확인해야합니다.

  3. puppeth에 대한 어떠한 문서도 찾지 못했습니다.

+0

의견을 보내 주셔서 감사합니다.하지만 여전히 동일한 문제가 있습니다. 나는 열쇠가 작동하고 있는지 확인하고 비밀 번호없이 localhost에 ssh 할 수 있습니다. 나 또한 도커 - 작성 작업을했습니다. –

+0

담당자에게 감사드립니다. 나는 리눅스에서 VM과 동일한 절차를 시도 할 것이다. Mac과 관련된 문제 일 수 있습니다. – Lpax