-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Failure on 'cleos create account...' in docker image #5959
Comments
Looks like nodes failed to startup because port 9876 is occupied. Try to change the port number from 9876 to something else? |
@taokayan thanks! Can I change port number inside docker container? |
I guess the easiest way is to kill the process that occupies port 9876 |
Is there some relation with #5179 ? |
Within your docker volume, edit |
@jgiszczak thanks for guide, but there is no directory
But it still causing same error.
Any other solution? |
The |
Hello,
I'm currently running EOSIO in docker image(
docker pull eosio/eos
), following guide in getting started.In 1.7, when I run 'create account' inside docker container, it shows error like:
I tried
nodeos
, and it shows:Is there something I have to do?
The text was updated successfully, but these errors were encountered: