Skip to content

Commit f058408

Browse files
authored
Update README.MD
1 parent 9916fdd commit f058408

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.MD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,12 @@ This repository contains methods to Dockerize Java Projects.
9393
9494
9595
- ###### [SpringBoot-DockerVolume](https://github.com/rahulvaish/Docker-Java/tree/SpringBootDockerVolume)
96-
###### This example illustrates how Docker Volumes works with SpringBoot Project.The experiment was carried on *MAC* and not on *Docker Quickstart Terminal* (which could not allow local mounting) Besides, *Docker For Windows* could only run on *WIN-10-PRO*. The command to execute Docker Volumes for this project is *docker run -p 8080:8080 -v /Users/rvaish/SBDV/LocalMountForLogs:/app/logs springbootdockervolume*
96+
###### This example illustrates how Docker Volumes works with SpringBoot Project.
97+
![image](https://user-images.githubusercontent.com/689226/210479721-87f0c8d9-147b-4bc8-a5e0-60fc1a6bc30a.png)
98+
![image](https://user-images.githubusercontent.com/689226/210479748-5a18d375-9e26-4021-a56e-bccd517a2d0f.png)
99+
![image](https://user-images.githubusercontent.com/689226/210479768-990335f0-2277-47a6-81ac-afe9736ef465.png)
100+
101+
97102
98103
99104

0 commit comments

Comments
 (0)