~/

dokku memo

Where dokku is installed?

Suppose when user is root, /root/dokku is the place.

Docker has lots of regression due to active development, how can I downgrade using with dokku?

Change /root/dokku/Makefile.

diff --git a/Makefile b/Makefile
-       apt-get install -y lxc-docker
+       apt-get install -y lxc-docker-0.7.2

Then run make install.

Nothing has been deployed, how can I debug?

Put file /home/dokku/dokkurc, and write export DOKKU_TRACE=1, it helps a lot to debug.

Ubuntu version

Use Ubuntu 13.04, not 13.10 till docker 0.8.0 is released (or more later)? See: https://github.com/dotcloud/docker/issues/1300

What the hell of container's status of Ghost?

https://github.com/dotcloud/docker/issues/2419 https://github.com/dotcloud/docker/issues/3231

66e54df6717        mysql/dev:latest           /usr/sbin/mysqld       About an hour ago   Ghost                                         hungry_archimede

:(