Home Travis CI
Creation of a restore from a dump considering a docker container and mysql

Objectives

Create a docker container that restore mysql with the dump provided in it.

Conclusion

Following the instructions of docker hub with mysql make things easier than expected. Now we have a docker container initialized and ready to use with an small dump of sql.

Home