Skip to content

Commit

Permalink
Merge pull request #227 from scothis/name-collision
Browse files Browse the repository at this point in the history
Clarify binding name collisions
  • Loading branch information
scothis committed Mar 12, 2024
2 parents 4cc68ab + 8b8991b commit 94bed11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ The name of a binding entry file name **SHOULD** match `[a-z0-9\-\.]{1,253}`. T

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

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.

## Example Directory Structure

```plain
Expand Down

0 comments on commit 94bed11

Please sign in to comment.