How to configuration Nginx with bottle.py and uwsgi
Before you start, you should know how to install nginx and uwsgi, and have them already installed.
How to build a boot2docker ISO with VirtualBox Guest Additions
In previous post, I talked about docker. But with boot2docker, there’s a big issue, that is you cannot mount local directories in container.
Create a MariaDB service on CentOS with Docker
Learning Docker for a long time, this is my first time to create a service with it. In Docker’s concept, each service should have a container, and your application may comes with many containers.
Older