one thing I don"t understand when using docker:
is there any difference between pull a mysql from an official image and then run it on my machine? is there any difference between using Dockerfile to first pull a centos image and then installing a mysql on this image to form a new image?
ask the gods for advice