panic: invalid page type: 9: 10goroutine 1 [running]:go.etcd.io/bbolt.(*Cursor).search(0xc00061e6
I have a Debian container installed on my computer, but the executables inside the container didn't show up. I then tried manually adding the folder to the PATH.
I tried running
mega-cmd.debian and apt.debian, and it returned this error.7 Replies
weird
I know right
Since I'm using fish shell, I just created an alias for the commands I want to use and execute it inside the debian container
Does bash work?
Fish is very different in terms of file syntax
it should work as long the alias syntax is correct
I used
alias mega-cmd "user exec debian mega-cmd"
alias apt "user exec debian apt"
try bash
fish isn't POSIX-compatible and its script files work differently
I still get the same error using bash