Export csv and json data from dokku-mongo service 1. exec mongoexport command inside the docker container follow the official documentation from MongoDB 2. copy it using docker cp <CONTAINER_ID>:<FILENAME> <INTENDED_DIR>
Dokku FQDN Setup After I ran the dokku installation script on my fresh new Ubuntu system, the console outputed such error: This installation script requires that you have a hostname set for the instance. Please set a hostname for 127.0.0.1 in your /etc/hosts The solution, indeed, is fairly simple.
Dokku Installation Dokku is "the smallest PaaS" implementation (Platform as Service). It functions as a simplified version of heroku on Docker, allowing you to deploy your web apps through a simple git push.