January 2019
Beginner to intermediate
352 pages
8h
English
To install the MySQL Docker image, perform the following steps:
$ docker run --name mysql_thorntail -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root -d mysql
After that, the MySQL image will be launched as a container.
$ docker logs -f 6f1f54a5b932
The 6f1f54a5b932 is the container ID. You should see ...
Read now
Unlock full access