hosting
docker pull mysql #lista of the images downloadeds doker images #must run the docker instance and download the image #-e enviroment variables #-d set to run as a Deamon docker run –name database -e MYSQL_ROOT_PASSWORD=teste123 -d mysql #all docker containers at executing state # -a show all even the ones not ate executing state docker … Read More “CONTAINER: DOCKER – BASIC COMANDS” »