In at least one case a customer of ours added a domain including a schema, as in “http://domain.tld/”. That is obviously incorrect, but then they couldn't remove it using the dokku command: $ dokku domains:remove app7 http://domain.tld/ sed: -e expression #1, char 9: unknown command: `/' This patch changes the sed command to use the "\CregexpC" syntax. The character used is a vertical pipe, which is far less likely to be used in a URL. After the change: $ dokku domains:remove app7 http://domain.tld/ -----> Removed http://domain.tld/ from app7 Signed-off-by: Michael Hanselmann <hansmi@vshn.ch>
Dokku

Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.
Requirements
- A fresh VM running Ubuntu
14.04 x64
Installing
To install the latest stable release, you can run the following commands as a user that has access to sudo:
wget https://raw.githubusercontent.com/dokku/dokku/v0.5.7/bootstrap.sh
sudo DOKKU_TAG=v0.5.7 bash bootstrap.sh
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
Contribution
After checking Github Issues, the Troubleshooting Guide or having a chat with us on freenode in #dokku, feel free to fork and create a Pull Request.
While we may not merge your PR as is, they serve to start conversations and improve the general dokku experience for all users.
Sponsors
See our list of past sponsors in the SPONSORS file.
License
MIT License © Jeff Lindsay