We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just tried to build the lnd image thanks to this Dockerfile : https://github.com/SatoshiPortal/dockers/tree/master/rpi/LN/lnd Building process was succesful, but when I tried to to run the container, no container was created :
dev-box:/SatoshiPortal/rpi/LN/lnd$ docker run -d --rm --name SP-LND01 --mount type=bind,source="$HOME/.lnd",target="/home/satoshi /.lnd" -p 10009:10009 -p 9735:9735 lnd b88c60550222342aa3b600d158b811421a2592b8f7df01889cd8b59a79954a09 dev-box:/SatoshiPortal/rpi/LN/lnd$ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just tried to build the lnd image thanks to this Dockerfile : https://github.com/SatoshiPortal/dockers/tree/master/rpi/LN/lnd
Building process was succesful, but when I tried to to run the container, no container was created :
dev-box:/SatoshiPortal/rpi/LN/lnd$ docker run -d --rm --name SP-LND01 --mount type=bind,source="$HOME/.lnd",target="/home/satoshi
/.lnd" -p 10009:10009 -p 9735:9735 lnd
b88c60550222342aa3b600d158b811421a2592b8f7df01889cd8b59a79954a09
dev-box:/SatoshiPortal/rpi/LN/lnd$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
The text was updated successfully, but these errors were encountered: