mysql 5.7.43 开发/自测/调试使用
docker run -p 3306:3306 -e MYSQL_ROOT_PASSWORD=my_password -d mysql:5.7.43
如果在fedora遇到如下问题
mysqld failed while attempting to check config
command was: mysqld --innodb-buffer-pool-size=50M --verbose --help --log-bin-index=/tmp/tmp.WwipMdWW22
解决方法为
vim /lib/systemd/system/containerd.service
#LimitNOFILE=infinity
LimitNOFILE=1048576
systemctl daemon-reload
sudo systemctl restart containerd
Content type
Helm
Digest
sha256:ed4abdd43…
Size
1.2 kB
Last updated
over 2 years ago
helm pull oci://registry-1.docker.io/zhangyww/mysql --version 0.0.0