I would like to build a container, which enables bind to multiple IP addresses. Bind address is stored in my.cnf
, it is okay. How to define it or maybe comment out with use of a Dockerfile
to grant remote access?
相关问题
- Docker task in Azure devops won't accept "$(pw
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Unable to run mariadb when mount volume
sed is usually the weapon of choice for such tasks. Taken from the official mysql dockerfile:
The command comments out lines starting with
bind-address
orlog
in my.cnf.