Skip to content

Commit

Permalink
Merge pull request #61 from LUS24/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jslvtr authored Aug 23, 2022
2 parents 4ced652 + 55fcc8a commit 978213c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This is in contrast to a Bind Mount, which is another type of volume where the D
| Feature | Named Volumes | Bind Mounts |
| -------------------------------------------- | --------------------------- | ------------------------------- |
| Host Location | Docker chooses | You control |
| Mount Example (using `v`) | `my-colume:/usr/local/data` | `/path/to/data:/usr/local/data` |
| Mount Example (using `v`) | `my-volume:/usr/local/data` | `/path/to/data:/usr/local/data` |
| Populates new volume with container contents | Yes | No |
| Supports Volume Drivers | Yes | No |

Expand Down

1 comment on commit 978213c

@vercel
Copy link

@vercel vercel bot commented on 978213c Aug 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.