Tianon Gravi

Results 1522 comments of Tianon Gravi

For further help, I'd suggest a dedicated support forum, such as [the Docker Community Forums](https://forums.docker.com/), [the Docker Community Slack](https://dockr.ly/slack), or [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=docker).

I _think_ https://www.redmine.org/projects/redmine/wiki/RedmineInstall#Logging-configuration is accurate/up-to-date on how this is supposed to be configured. I think it would probably be possible to use a snippet that reads that from the environment...

I don't love the idea of maintaining more lines/complexity here -- as I've noted over in https://github.com/docker-library/docker/pull/543#pullrequestreview-2977057367, I'm not actually convinced continuing to maintain the `rootless` variant (still labelled on...

I needed this, so I took the liberty of rebasing and updating it (which was a little non-trivial, especially in `piv_test.go`), and I _think_ I've got the same spirit as...

(Also, to be clear to Eric, if it would be helpful for me to submit that explicitly as a separate PR, I'm happy to, but I didn't want to trample...

FWIW, `docker:20.10` has been EOL/deprecated here for at least two years (a3ca225e9c0e568cf87a7b60c951b939c3964c91 / https://github.com/docker-library/docker/pull/426), so moving to a supported version is highly recommended. That being said, the 20.10 images all...

I can't reproduce with your exact provided command: 😬 ```console $ docker run --name db-1 --env MYSQL_ROOT_PASSWORD='password' mysql:8.0 Unable to find image 'mysql:8.0' locally 8.0: Pulling from library/mysql 43759093d4f6: Pull...

That's https://github.com/docker-library/mysql/issues/776 :eyes:

> Are there example configurations or guidelines for setting this up securely? I don't think this is a thing because `dockerd` requires pretty aggressive permissions to function properly such that...

With the caveat that this is 100% not supported and not recommended, here's a starting point that gets me a successfully running daemon, although trying to run containers fails (and...