docker - a way to run programs in a container (isolated from host)
Notes:
https://hub.docker.com/_/mariadb
https://hub.docker.com/_/php
docker run mariadb:10
docker run -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mariadb:10
docker run --name mycontainer -d --rm -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mariadb:10
docker container inspect mycontainer
mysql --host=172.17.0.3 -uroot
docker exec -it mycontainer sh
docker stop mycontainer
For questions, post a comment. For business inquiries, email info@spinspire.com.
On this page of the site you can watch the video online docker intro tutorial: run programs in isolation (containerized) with a duration of hours minute second in good quality, which was uploaded by the user SpinSpire 08 December 2020, share the link with friends and acquaintances, this video has already been watched 197 times on youtube and it was liked by 4 viewers. Enjoy your viewing!