Skip to content

Commit 470cbf7

Browse files
committed
added screenshots for mysql
1 parent 0d2c78c commit 470cbf7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ On Linux default storage directory is `/var/lib/mysql` but in this tutorial we'l
4646
Note that we are inside mysql-microservice directory. `test-mysql` would be name of our image
4747
4848
9. you can check your newly built image using `docker images`
49+
![Building the image using Dockerfile](./screenshots/building-test-mysql-image.png)
4950
5051
10. run the newly created docker image as container
5152
```
@@ -63,6 +64,7 @@ We are also naming our container as test-mysql-microservice `--name`
6364
12. check logs to see if everything went smooth `docker logs test-mysql-microservice`
6465
6566
13. check your container state `docker ps`
67+
![Running the docker image](./screenshots/running-test-mysql-microservice-container.png)
6668
6769
14. we have successfully launched a mysql container
6870
@@ -83,5 +85,5 @@ use password=password when prompt and hit enter
8385
8486
4. if connected successfully you can see a sample table students `show tables`
8587
`exit` when done.
86-
88+
![Connecting to mysql container from host](./screenshots/connecting-to-test-mysql-microservice.png)
8789
-2.37 KB
Loading
-2.83 KB
Loading

0 commit comments

Comments
 (0)