Hello! So first one thing out of the way… I use Fish Shell and the first part of my problem is definitely caused by that. I can’t seem to execute the generated .sh file…
So, that being the case I attempted to run the file manually from the bash shell and altneratively using eval "bash ..."
from fish.
In both cases, I get the following error:
/Users/voxelfox/Library/Application Support/Local by Flywheel/ssh-entry/SynO3oAB-.sh: line 3: set: -g: invalid option
set: usage: set [--abefhkmnptuvxBCHP] [-o option] [arg ...]
/Users/voxelfox/Library/Application Support/Local by Flywheel/ssh-entry/SynO3oAB-.sh: line 3: set: -g: invalid option
set: usage: set [--abefhkmnptuvxBCHP] [-o option] [arg ...]
/Users/voxelfox/Library/Application Support/Local by Flywheel/ssh-entry/SynO3oAB-.sh: line 3: set: -g: invalid option
set: usage: set [--abefhkmnptuvxBCHP] [-o option] [arg ...]
/Users/voxelfox/Library/Application Support/Local by Flywheel/ssh-entry/SynO3oAB-.sh: line 3: set: -g: invalid option
set: usage: set [--abefhkmnptuvxBCHP] [-o option] [arg ...]
If I don’t have a docker daemon running on my system (but my site is running through local) I also get:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
So it seems like maybe somehow it isn’t using the right docker instance? or something?
If I start a manual docker instance and I still get the invalid option errors, but instead of complaining about not having a daemon it says Error: No such container:
and spits out the container ID from the shell script.
I’ve moved from Vagrant to Local… and overall I really like it, but I utilize WP-CLI pretty heavily… and not being able to SSH in and run commands is definitely causing some pain points.
Any help would be greatly appreciated!