Go-ethereum - geth - puppeth - remote server ethstat: docker: command not found

I am trying to set up a private ethereum test network using Puppeth (as Péter Szilágyi was disassembled in Ethereum devcon three 2017 ). I run it on macbook pro (macOS Sierra).

When I try to configure the network component ethstat, I get improperly installed dock ": bash: docker: command not found I docker works, and I can use it in a terminal, such as docker ps...

Here are the steps I took:

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 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 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"

Here are my questions:

  • Is there any documentation / tutorial that describes how to properly configure this remote server. Or just a puppy at all?
  • Can I use localhost as the "remote server address"
  • , docker ( ​​ , ).
+4
1

.

  • docker-compose. .

  • , , ssh- .

  • .

0

Source: https://habr.com/ru/post/1689337/


All Articles