ez-org / eznode

✨ A simple pruning-friendly setup for a personal bitcoin full node
https://ezno.de
MIT License
55 stars 7 forks source link

enable tab completion #3

Closed 7hacker closed 3 years ago

7hacker commented 3 years ago

Minor issue, but while using the CLI on the container tab completion is missing. At first I thought maybe this is a non issue but some of the docs hint at CLI user flows

7hacker commented 3 years ago

Nevermind this seems to be because I logged in with /bin/sh (default provided by docker desktop UI)

Using this gives me a full featured bash shell:

~ $ docker exec -it <container_id> /bin/bash

shesek commented 3 years ago

Cool! I figured this might've been this