Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dispatcher container fails easy-deploy due to lethean-wallet-cli not present #136

Open
bodane opened this issue Jan 8, 2022 · 1 comment

Comments

@bodane
Copy link
Contributor

bodane commented Jan 8, 2022

Even though the container doesn't stay up after running docker-compose for the dispatcher service #135, I've created a new container from the exited container to see whether I can get further with an easy-deploy. This failed also and the lethean-wallet-cli doesn't appear to exist. Needs to be incorporated as part of the build as doesn't appear to be?


$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2f93a5798d39 lthn/vpn "/lethean-vpn.sh -d" 7 minutes ago Exited (2) 7 minutes ago lethean-vpn_dispatcher_run_10bb4063a775

$ docker commit 2f93a5798d39 lthn/vpn:post-install
sha256:1e96877b51623279f9aad219a432b0d91e3bb5dc41936ff745a4ad57ae120f7c

$ docker run -ti --entrypoint=sh lthn/vpn:post-install
$ cd /

$ ./lethean-vpn.sh easy-deploy
Generating wallet vpn
./lethean-vpn.sh: line 163: lethean-wallet-cli: command not found
Cannot create Wallet file!
Exiting with return code 2

@Snider
Copy link
Contributor

Snider commented Jan 9, 2022

that would be a side effect of lthn/chain not being used I think :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants