dockers icon indicating copy to clipboard operation
dockers copied to clipboard

docker run DO NOT generate any container (Dockerized LND)

Open babonet13 opened this issue 7 years ago • 0 comments

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

babonet13 avatar Nov 12 '18 15:11 babonet13