Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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