This blog post presents a simple way to automatically convert your AsciiDoc content to HTML and PDF, then publish those files to a public website on each commit.
Read more »
Here at Canonical, we use Dockerfiles on a daily basis for all our web projects. Something that caught our attention recently was the amount of space that we were using for each Docker image, and we realized that we were installing more dependencies than ... (more…)
Read more »
I have discussed this slightly before, however, some background may be necessary. I build a relatively well used Docker container with Ansible. Originally this was all based on Python 2 which was the default Python that is installed with most operating sy... (more…)
Read more »
After using Docker over a couple of months for managing a development environment locally, I felt a bit tired of repeatedly
checking the status of the containers several times each day. So I looked after how can I display the current status of
the contai...
Read more »
There are two ways to build a Docker image:
Running an image, modifying and committing it. This requires access to the live container.
Using Dockerfile to build it.
... (more…)
Read more »