mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
6dfc90d388a2e487dc7b524966de2e9ff34c52b4
Placing `COPY` (or `ADD`) of the application directory after the `RUN apt-get install ...` statements will allow the layers created from those statements to be retrieved from docker's cache on subsequent runs.
Dokku

Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. Sponsored by our friends at Deis.
Requirements
- A fresh VM running Ubuntu
14.04 x64
Installing
To install the latest stable release, you can run the following command as a user that has access to sudo:
wget -qO- https://raw.github.com/progrium/dokku/v0.3.15/bootstrap.sh | sudo DOKKU_TAG=v0.3.15 bash
Upgrading
View the docs for upgrading from an older version of Dokku.
Documentation
Full documentation - including advanced installation docs - are available online at docs
Support
You can use Github Issues, check Troubleshooting in the documentation, or join us on freenode in #dokku
Sponsors
Dokku is currently sponsored by the enterprise grade, multi-host PaaS project Deis.
License
MIT
Languages
Shell
56.4%
Go
38.2%
Makefile
1.9%
Python
1.3%
HTML
0.7%
Other
1.2%