0%

I've been using BitTorrent Sync across data volume containers on CoreOS between Vultr and IDCF Cloud. I wonder why it doen't sync somwetimes. Moreover, I want to set same ownership between containers. I suspect that might be caused by groups settings. Thankfully I found some tutorials. I always check DigitalOcearn's documentation when I am faced with a problem.

Read more »

My wiki pages were originally planned to be backuped to Dropbox or Google Drive which have user friendly interface and inherently folder synchronization. These cloud storage services use OAuth 2.0 authentication for API. It's not a problem for operations. But in a disposable environment such as Docker, unfortunately it is difficult to generate an access token and set it to containers interactively. That is why I switched to IDCF Object Storage for my backup plan.

Read more »

A migration of my MoinMoin instance from Sakura VPS to CoreOS on Vultr is almost completed. A remaining thing is no doubt a backup planning. I used to backup wiki pages to Dropbox on a CentOS instance. It's very easy to schedule a backup job with shell script and crontab. But it's suddenly complicated in regard to a Docker, fleet/systemd and CoreOS combined environment.

Read more »

Just having a try, I want to create a index.html file through binding from another container on ExecStartPost directive. When I run a plain Nginx container for testing, I don't want to prepare some data volume container or modified images for Nginx images beforehand. Using with ExecStartPost directives, I thought that it might be possible to get it, but actually I couldn't.

Read more »

After playing with CoreOS and fleet on Vultr for some weeks, there were too many directories in /var/lib/docker/vfs/dir/ and /var/lib/docker/volumes. I had no choice but to remove these directories manualy. But when it comes to production environment, of course it is not acceptable. Thankfully, I found a blog post of Docker In-depth Volumes. I learned how to correctly remove volume directories with docker rm -v commands.

Read more »

I’m often stuck on Docker networking configuration. I hear about SDN for Docker recently and very interested in networking. I should be be familiar with networking and distributed storage technologies even though I am a programmer.

Read more »