<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Docker on Kenno&#39;s Open Note</title>
    <link>https://blog.khmersite.net/tags/docker/</link>
    <description>Recent content in Docker on Kenno&#39;s Open Note</description>
    <image>
      <title>Kenno&#39;s Open Note</title>
      <url>https://blog.khmersite.net/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://blog.khmersite.net/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.154.0</generator>
    <language>en</language>
    <lastBuildDate>Sun, 01 Oct 2017 12:51:48 +0000</lastBuildDate>
    <atom:link href="https://blog.khmersite.net/tags/docker/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Build Docker Client for ARMv8</title>
      <link>https://blog.khmersite.net/p/build-docker-client-for-armv8/</link>
      <pubDate>Sun, 01 Oct 2017 12:51:48 +0000</pubDate>
      <guid>https://blog.khmersite.net/p/build-docker-client-for-armv8/</guid>
      <description>&lt;p&gt;The other day, after successfully building Docker-ce 17.06.0-dev for Odroid C2 which has ARMv8 CPU, i couldn’t find Docker client. Maybe it was just me not building the Docker engine correctly.&lt;/p&gt;
&lt;p&gt;Anyway, after some more times, I also managed building the Docker client for the Odroid C2. It turned out, like many things, it wasn’t that  hard after you figured it out. It’s worth to note too that the build instruction on &lt;a href=&#34;https://github.com/docker/cli&#34;&gt;https://github.com/docker/cli&lt;/a&gt; is to use Docker container. It didn’t work for me, and I decided to just build the Docker cli locally on the Odroid C2 instead.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Losing ZFS storage for Docker</title>
      <link>https://blog.khmersite.net/p/losing-zfs-storage-for-docker/</link>
      <pubDate>Sun, 11 Sep 2016 01:09:40 +0000</pubDate>
      <guid>https://blog.khmersite.net/p/losing-zfs-storage-for-docker/</guid>
      <description>&lt;p&gt;I use ZFS as a storage driver for docker engine running on my machine. Today after my machine rebooted from a crash, yes Linux system crashes too, I notice that all my docker images and containers disappeared.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;~ ❯❯❯ docker ps
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES
~ ❯❯❯ docker ps -a
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;First thing came to my mind was “did I accidentally destroy docker zfs data set last night?”&lt;/p&gt;</description>
    </item>
    <item>
      <title>Docker with OverlayFS on Ubuntu 15.10</title>
      <link>https://blog.khmersite.net/p/docker-with-overlayfs-on-ubuntu-15-10/</link>
      <pubDate>Sat, 26 Dec 2015 00:08:28 +0000</pubDate>
      <guid>https://blog.khmersite.net/p/docker-with-overlayfs-on-ubuntu-15-10/</guid>
      <description>&lt;p&gt;As of today, the default storage for Docker on (K)Ubuntu 15.10 is AUFS. I want to switch it to OverlayFS. Personally, I’m still new to Docker, but I did hear that OverlayFS is better than AUFS. You can read more about OverlayFS &lt;a href=&#34;http://developerblog.redhat.com/2014/09/30/overview-storage-scalability-docker/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Anyway, the purpose of this post is how to switch OverlayFS and avoid head-scratching.&lt;/p&gt;
&lt;p&gt;On Ubuntu 15.10 (wily), one can start/stop services either using Upstart or systemd. Since I want to get more accustomed to using systemd, I’ve been trying to use it anywhere possible. For example, here’s the command to start docker:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
