Skip to content

Instantly share code, notes, and snippets.

View igaki's full-sized avatar

Hiroshi Igaki igaki

  • Osaka Institute of Technology
  • Osaka, Japan
View GitHub Profile
@igaki
igaki / file0.txt
Created December 18, 2013 07:33
DockerをCentOS6.4にインストールする方法 ref: http://qiita.com/gitcell/items/7cfde70e7a73fa1d2f7b
# wget -P /etc/yum.repos.d http://www.hop5.in/yum/el6/hop5.repo
# yum install xz -y
# yum install docker-io -y
@igaki
igaki / file0.txt
Created November 21, 2013 14:33
DockerをCentOS6.4にインストールする方法 ref: http://qiita.com/gitcell/items/7cfde70e7a73fa1d2f7b
# wget -P /etc/yum.repos.d http://www.hop5.in/yum/el6/hop5.repo
# yum install xz -y
# yum install docker-io -y
@igaki
igaki / lxc-docker
Last active December 27, 2015 16:09
/etc/init.d/lxc-docker
#!/bin/sh
### BEGIN INIT INFO
# Provides: lxc-docker
# Required-Start: $syslog $remote_fs
# Required-Stop: $syslog $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Linux container runtime
# Description: Linux container runtime
### END INIT INFO