Before you build the container, you need to create the configuration file for the node. The COPY command in the Dockerfile example above copies my.cnf, the MySQL configuration file, from the build directory into the container.
Before you build the container, you need to create the configuration file for the node. The COPY command in the Dockerfile example above copies my.cnf, the MySQL configuration file, from the build directory into the container.