You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
# Hack to get MySQL up and running... I need to look into it more.
yum -y erase community-mysql community-mysql-server
rm -rf /var/lib/mysql/ /etc/my.cnf
yum -y install community-mysql community-mysql-server
Running yum operation in run time instead during image build seems wrong.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/fedora-cloud/Fedora-Dockerfiles/tree/master/systemd/wordpress_single_container 's https://github.com/fedora-cloud/Fedora-Dockerfiles/blob/master/systemd/wordpress_single_container/start.sh does
Running yum operation in run time instead during image build seems wrong.
The text was updated successfully, but these errors were encountered: