Link to persistent storage documentation from backup-recovery docs

[ci skip]
This commit is contained in:
Jose Diaz-Gonzalez
2016-07-03 17:12:13 -04:00
parent d24031ab49
commit 3dc4724e60

View File

@@ -25,11 +25,8 @@ dokku postgres:import [db_name] < [db_name].dump
Dokku doesn't enforce a [300mb] limit on apps, but it's best practice to keep binary assets outside of git. Since containers are considered volatile in Dokku, external stores like s3 or storage mounts should be used for non-volatile items like user uploads. The dokku storage core plugin can be used to mount local directories / volumes inside the docker container.
```
storage:list <app>, List bind mounts for app's container(s) (host:container)
storage:mount <app> <host-dir:container-dir>, Create a new bind mount
storage:unmount <app> <host-dir:container-dir>, Remove an existing bind mount
```
See the [persistent storage documentation](/dokku/dokku-storage/) for more details.
## Disaster Recovery