mirror of https://github.com/docker/docs.git
Add some redirets (#4144)
This commit is contained in:
parent
a7d070ca2c
commit
17544f7862
|
@ -3,7 +3,8 @@ description: Using volumes
|
|||
title: Use volumes
|
||||
keywords: storage, persistence, data persistence, volumes
|
||||
redirect_from:
|
||||
- engine/tutorials/dockervolumes/
|
||||
- /engine/tutorials/dockervolumes/
|
||||
- /engine/userguide/dockervolumes/
|
||||
---
|
||||
|
||||
Volumes are the preferred mechanism for persisting data generated by and used
|
||||
|
@ -381,4 +382,4 @@ $ docker run -d \
|
|||
|
||||
- Learn about [bind mounts](bind-mounts.md).
|
||||
- Learn about [tmpfs mounts](tmpfs.md).
|
||||
- Learn about [storage drivers](/engine/userguide/storagedriver.md).
|
||||
- Learn about [storage drivers](/engine/userguide/storagedriver.md).
|
||||
|
|
Loading…
Reference in New Issue