Skip to main content

All Questions

Tagged with
0 votes
1 answer
13 views

.mysql_history: how to persist it with the official MariaDB Docker image?

How does it work the MariaDB .mysql_history file from the official MariaDB Docker image? It's not really something I want in production. But it might be handy in a developer setup. Also, although it ...
Valerio Bozz's user avatar
1 vote
1 answer
582 views

Can user privilege of docker container impact permission of host machine on mounted volume in docker-compose.yml?

I have docker-compose.yml as below, version: '2' services: mysql: image: centos/mysql-56-centos7:latest restart: always container_name: mysql environment: - ...
lily's user avatar
  • 1,905