Stephen Barker
Stephen Barker
I attended the drude bof session at DrupalCon NOLA. I ran into this problem but the solution above doesn't work for me. I'm on a Mac. I get the following:...
Upgraded to Docker 1.11.1 but now nothing seems right. I'm getting: `Error response from daemon: client is newer than server (client API version: 1.23, server API version: 1.22)` Found this:...
> Did you have any previous vagrant, virtualbox or doocker/boot2docker versions installed? I tried cleaning it up before installing drude but must have missed something because I had to uninstall...
@lmakarov Yes, Dave and I tried several things to troubleshoot my problem and we both arrived at the conclusion that for some reason my laptop gets hung up while cloning...
It still says it's pulling from dev and when I check I can confirm it did indeed do that and it wasn't just erroneous feedback: ``` stephen@MotherPhoenix-3:~/Projects/2020-knowledge-base (master) [03:24:27]: fin...
"That being said, I was able to successfully run the fin pull db command without any issues" @sean-e-dietrich You tested it by using --hostingenv=dev. My problem isn't getting pull db...
@sean-e-dietrich Updating the image to docksal/cli:2.10-php7.1 made no difference. It still pulls from "dev" when "live" is specified.
`ddev ssh` should return the exit code that is returned from docker-compose and not add extra output
AFAICT, this issue was closed by pull #1697 merged into v1.21.4. Running the same test @rfay from Mar 30, 2022, I get no additional output upon exit from `ddev ssh`...
`ddev ssh` should return the exit code that is returned from docker-compose and not add extra output
Also noting that this is a duplicate of #1681 unless I am misunderstanding.
`ddev ssh` should return the exit code that is returned from docker-compose and not add extra output
That is exactly what I get with the changes from #1697: ``` (base) stephen@MacBook-Pro:dfm-bdw [19:07:52] (master): ddev ssh stephen@dfm-bdw-web:/var/www/html$ ls /xxx ls: cannot access '/xxx': No such file or directory...