Randy Fay

Results 2343 comments of Randy Fay

No worries, thanks for your contribution. I just had a to-do to remember to remove you from that.

Done, thanks! Now you have a bunch of name-changing work to do :)

Just thinking out loud without knowing all the context. There are two uses for DOCKER_HOST: 1. Just communicating the endpoint to our own code 2. Communicating the endpoint to docker...

I'm sure you've already been there, but here's a link to the docker CLI context central stuff. https://github.com/docker/cli/blob/70216b662dc440faaebab531deb35f0f0c633d17/cli/command/cli.go#L364-L419

Here's an [incomplete idea from ChatGPT](https://chat.openai.com/share/f2ef7111-f694-469d-88d9-fc37af23a726) for a script.

I guess if we've had the nginx.org key expire on us we need to prioritize this.

``` cd /usr/share/keyrings for item in *.gpg; do gpg --keyring /usr/share/keyrings/$item --list-keys; done | less ``` There are keys marked "expires" and "expired". In general, we want to catch "expires"...

Could you please show a `pwd` in the directory where your index.php is? Could you please use the Laravel Quickstart at https://ddev.readthedocs.io/en/latest/users/quickstart/#laravel and see how you do? Your `docroot` in...

No response from @sandip-meshh (the OP). I think you'll find that the documented [Laravel quickstart](https://ddev.readthedocs.io/en/latest/users/quickstart/#laravel) works fine, and that you need to use `public` for the docroot (docroot is where...

I do like this approach, using mkdocs-material feature directly.