Skip to content

Commit 94bed11

Browse files
authored
Merge pull request #227 from scothis/name-collision
Clarify binding name collisions
2 parents 4cc68ab + 8b8991b commit 94bed11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ The name of a binding entry file name **SHOULD** match `[a-z0-9\-\.]{1,253}`. T
206206

207207
The collection of files within the directory **MAY** change during the lifetime of the container or between container launches.
208208

209+
Users **SHOULD** ensure each binding has a unique name. The behavior for name collisions is undefined. Implementations **MAY** attempt a good faith check for collisions to provide a meaningful error message.
210+
209211
## Example Directory Structure
210212

211213
```plain

0 commit comments

Comments
 (0)