@@ -46,6 +46,7 @@ On Linux default storage directory is `/var/lib/mysql` but in this tutorial we'l
46
46
Note that we are inside mysql-microservice directory. `test-mysql` would be name of our image
47
47
48
48
9. you can check your newly built image using `docker images`
49
+ 
49
50
50
51
10. run the newly created docker image as container
51
52
```
@@ -63,6 +64,7 @@ We are also naming our container as test-mysql-microservice `--name`
63
64
12. check logs to see if everything went smooth `docker logs test-mysql-microservice`
64
65
65
66
13. check your container state `docker ps`
67
+ 
66
68
67
69
14. we have successfully launched a mysql container
68
70
@@ -83,5 +85,5 @@ use password=password when prompt and hit enter
83
85
84
86
4. if connected successfully you can see a sample table students `show tables`
85
87
`exit` when done.
86
-
88
+ 
87
89
0 commit comments