examples: add shell session snippets
This commit is contained in:
parent
1131c795dc
commit
ade3f84317
|
@ -80,4 +80,7 @@ echo
|
||||||
echo "Bitcoind data dir:"
|
echo "Bitcoind data dir:"
|
||||||
sudo ls -al /var/lib/containers/demo-node/var/lib/bitcoind
|
sudo ls -al /var/lib/containers/demo-node/var/lib/bitcoind
|
||||||
|
|
||||||
|
# Uncomment to start a shell session here
|
||||||
|
# export -f c; bash -li
|
||||||
|
|
||||||
# Cleanup happens at exit (see above)
|
# Cleanup happens at exit (see above)
|
||||||
|
|
|
@ -38,4 +38,7 @@ nixops deploy -d bitcoin-node
|
||||||
# Connect to node
|
# Connect to node
|
||||||
nixops ssh bitcoin-node systemctl status bitcoind
|
nixops ssh bitcoin-node systemctl status bitcoind
|
||||||
|
|
||||||
|
# Uncomment to start a shell session here
|
||||||
|
# bash -li
|
||||||
|
|
||||||
# Cleanup happens at exit (see above)
|
# Cleanup happens at exit (see above)
|
||||||
|
|
|
@ -90,4 +90,7 @@ echo
|
||||||
echo "Node info:"
|
echo "Node info:"
|
||||||
c nodeinfo
|
c nodeinfo
|
||||||
|
|
||||||
|
# Uncomment to start a shell session here
|
||||||
|
# export -f c; bash -li
|
||||||
|
|
||||||
# Cleanup happens at exit (see above)
|
# Cleanup happens at exit (see above)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user