Skip to content

Commit 28c6daa

Browse files
authored
Update common-faqs.md
1 parent bf5c946 commit 28c6daa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/app-service/includes/tutorial-sidecar/common-faqs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ Based on these settings, the following conditions apply:
4040
- If Container1 creates **/container1Vol/myfile.txt**, Container2 can read the file via **/container2Vol/myfile.txt**.
4141
- If Container1 creates **/container1Vol/directory3/myfile.txt**, Container2 can read the file via **/container2Vol/directory3/myfile.txt**, and Container3 can read and write to the file via **/container3Vol/myfile.txt**.
4242
- Container4 does not share a volume mount in common with any of the other containers.
43+
44+
> Note: For code-based Linux apps, the built-in Linux container cannot use volume mounts.

0 commit comments

Comments
 (0)