Skip to content

Commit 978213c

Browse files
authored
Merge pull request #61 from LUS24/patch-1
2 parents 4ced652 + 55fcc8a commit 978213c

File tree

1 file changed

+1
-1
lines changed
  • docs/docs/04_docker_intro/04_in_depth_docker_tutorial

1 file changed

+1
-1
lines changed

docs/docs/04_docker_intro/04_in_depth_docker_tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This is in contrast to a Bind Mount, which is another type of volume where the D
6363
| Feature | Named Volumes | Bind Mounts |
6464
| -------------------------------------------- | --------------------------- | ------------------------------- |
6565
| Host Location | Docker chooses | You control |
66-
| Mount Example (using `v`) | `my-colume:/usr/local/data` | `/path/to/data:/usr/local/data` |
66+
| Mount Example (using `v`) | `my-volume:/usr/local/data` | `/path/to/data:/usr/local/data` |
6767
| Populates new volume with container contents | Yes | No |
6868
| Supports Volume Drivers | Yes | No |
6969

0 commit comments

Comments
 (0)