You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: