Comments - mariadb image not exiting smothly with docker rootless

2 weeks, 6 days ago Daniel Black

The following might be able to kill, and this more closely maps the user that does it in the entrypoint.

docker exec --user mysql -ti test-db bash

There are uid maps, the only root (or faked root) priv required is the changing of file permissions/ownership.

I'm even looking at making these non-fatal - https://github.com/MariaDB/mariadb-docker/pull/595 - but this would have showed up differently in your logs.

Glad the 11.4 container is fine.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.