Skip to content

Instantly share code, notes, and snippets.

@lyoshenka
Last active November 27, 2019 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lyoshenka/2557c08344bfe1020f0c0a13b9c5b0ce to your computer and use it in GitHub Desktop.
Save lyoshenka/2557c08344bfe1020f0c0a13b9c5b0ce to your computer and use it in GitHub Desktop.
@mirgee
Copy link

mirgee commented Oct 10, 2019

@lyoshenka, not fresh, but older Ubuntu 16.04 install, Docker version 19.03.2, and I followed the instructructions to the point (made sure to reinstall Docker). I think Docker was creating db directory in /opt/ at runtime with root only permissions, so I had to manually create a directory elsewhere with proper permissions and run --volume ./database:/database. I will try to reproduce it again later.

@tzarebczan
Copy link

@lyoshenka, can you also provide instructions on how to run the wallet server after reboot/initial startup?

@lyoshenka
Copy link
Author

@tzarebczan you can use docker [start|stop] wallet-server to start or stop the server after reboot or any other time

@ceoger
Copy link

ceoger commented Oct 29, 2019

thanks tom and grin: sudo docker start wallter-server starts the server and sudo docker stop wallet-server stops it. Use sudo docker logs -f wallet-server to see live logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment