Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Flink/dokku-docker-auto-volumes
Plugin for dokku that automatically persist docker volumes declared in the Dockerfile
https://github.com/Flink/dokku-docker-auto-volumes
Last synced: 5 days ago
JSON representation
Plugin for dokku that automatically persist docker volumes declared in the Dockerfile
- Host: GitHub
- URL: https://github.com/Flink/dokku-docker-auto-volumes
- Owner: Flink
- License: mit
- Created: 2015-07-09T10:08:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T00:49:50.000Z (over 8 years ago)
- Last Synced: 2024-08-02T12:50:18.367Z (3 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Flink/dokku-docker-auto-volumes - Plugin for dokku that automatically persist docker volumes declared in the Dockerfile (others)
README
# dokku-docker-auto-volumes
dokku-docker-auto-volumes is a plugin for [dokku][dokku] that automatically persist docker volumes declared in the Dockerfile.
## Requirements
* Dokku 0.3.17+ (for the `docker-options` plugin)
## Installation
```shell
# dokku 0.3.26
$ git clone https://github.com/Flink/dokku-docker-auto-volumes /var/lib/dokku/plugins/docker-auto-volumes
$ dokku plugins-install# dokku 0.4+
$ dokku plugin:install https://github.com/Flink/dokku-docker-auto-volumes.git
```## Info
This plugin will persist volumes into `/var/lib/dokku/volumes/$APP`.
## License
This plugin is released under the MIT license. See the file [LICENSE](LICENSE).
[dokku]: https://github.com/progrium/dokku